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 May 9, 2024
1 parent def26e9 commit 5177dc1
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 @@ -18,6 +18,8 @@ jobs:
- uses: actions/checkout@v3
- name: Run pre-commit
uses: pre-commit/action@v3.0.0
with:
extra_args: --all-files

build:
runs-on: self-hosted
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/prtests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
- uses: actions/checkout@v3
- name: Run pre-commit
uses: pre-commit/action@v3.0.0
with:
extra_args: --all-files

build:
runs-on: self-hosted
Expand Down

0 comments on commit 5177dc1

Please sign in to comment.