Skip to content

Commit

Permalink
πŸ’š Update pre-commit workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
fbriol committed Feb 26, 2024
1 parent 6a5d488 commit d30d3db
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: pre-commit/action@v2.0.0
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- run: python setup.py 2>/dev/null||echo
- uses: pre-commit/action@v3.0.1

0 comments on commit d30d3db

Please sign in to comment.