Skip to content

Commit

Permalink
ci: run pre-commit with --all-files
Browse files Browse the repository at this point in the history
  • Loading branch information
tazlin committed Apr 15, 2024
1 parent 9e87bcf commit a7e5344
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 @@ -23,6 +23,8 @@ jobs:
- uses: actions/checkout@v3
- name: Run pre-commit
uses: pre-commit/[email protected]
with:
extra_args: --all-files

unit-tests:
runs-on: ubuntu-latest
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/prtests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
ref: ${{ github.event.pull_request.head.sha }}
- name: Run pre-commit
uses: pre-commit/[email protected]
with:
extra_args: --all-files

unit-tests:
runs-on: ubuntu-latest
Expand Down

0 comments on commit a7e5344

Please sign in to comment.