Skip to content

Commit

Permalink
port away from deprecated pre-commit action
Browse files Browse the repository at this point in the history
the old pre-commit action broke and is no longer working
I replaced it with pre-commit-lite which support auto fixup
  • Loading branch information
lievenhey committed Oct 30, 2023
1 parent cdc66a4 commit f1a0dab
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- uses: actions/setup-python@v4
with:
python-version: 3.x
- uses: pre-commit/action@v3.0.0

0 comments on commit f1a0dab

Please sign in to comment.