Skip to content

[tmpls] standardize img tag format (#321) #1130

[tmpls] standardize img tag format (#321)

[tmpls] standardize img tag format (#321) #1130

Workflow file for this run

name: pre-commit
on:
pull_request:
push:
branches: [main]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
with:
python-version: '3.9'
# Install pre-commit dependencies
- name: Install pre-commit
run: pip install pre-commit==3.8.0 jupyter==1.1.1
# Run pre-commit hooks with verbose logging
- name: Run pre-commit
run: pre-commit run --all-files --verbose