Skip to content

Commit

Permalink
Add --all-files to pre-commit actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Iain-S committed Aug 6, 2024
1 parent 22e4e61 commit c222766
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,5 @@ jobs:
run: poetry check --lock

- uses: pre-commit/[email protected]
with:
extra_args: --all-files
2 changes: 1 addition & 1 deletion .github/workflows/safety.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ jobs:

- uses: pre-commit/[email protected]
with:
extra_args: --config .pre-commit-safety.yaml
extra_args: --all-files --config .pre-commit-safety.yaml

0 comments on commit c222766

Please sign in to comment.