Skip to content

Update README.md (#8) #17

Update README.md (#8)

Update README.md (#8) #17

Workflow file for this run

name: pre-commit
on:
push:
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version-file: 'pyproject.toml'
- uses: pre-commit/[email protected]
- name: Fail on diff after pre-commit is run
run: git diff --exit-code