Skip to content

Commit

Permalink
ci: use --all-files with pre-commit workflow step
Browse files Browse the repository at this point in the history
  • Loading branch information
tazlin committed Apr 15, 2024
1 parent cbc91f2 commit 3b1d550
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/maintests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,7 @@ jobs:
pip install --upgrade -r requirements.dev.txt
- name: Run pre-commit
uses: pre-commit/action@v3.0.0
with:
extra_args: --all-files
- name: Run unit tests
run: tox -e tests-no-api-calls
2 changes: 2 additions & 0 deletions .github/workflows/prtests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,7 @@ jobs:
pip install --upgrade -r requirements.dev.txt
- name: Run pre-commit
uses: pre-commit/action@v3.0.0
with:
extra_args: --all-files
- name: Run unit tests
run: tox -e tests-no-api-calls

0 comments on commit 3b1d550

Please sign in to comment.