Skip to content

Commit

Permalink
Ensure pre-commit runs when pre-commit config changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
zoj613 committed May 3, 2023
1 parent 35e997e commit 084bb29
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,9 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
- uses: pre-commit/action@v2.0.0
- uses: pre-commit/action@v3.0.0
with:
extra_args: --color=always --from-ref ${{ github.event.pull_request.base.sha }} --to-ref ${{ github.event.pull_request.head.sha }}

test:
name: "Test py${{ matrix.python-version }}: ${{ matrix.part }}"
Expand Down

0 comments on commit 084bb29

Please sign in to comment.