Skip to content

Commit

Permalink
Add --all-files flag
Browse files Browse the repository at this point in the history
  • Loading branch information
kumaranvpl committed Nov 8, 2024
1 parent 3e0c762 commit 3d9aa92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
ls -lah
git init
git add .
pre-commit run --show-diff-on-failure --color=always
pre-commit run --show-diff-on-failure --color=always --all-files
# https://github.com/marketplace/actions/alls-green#why
check: # This job does nothing and is only used for the branch protection
Expand Down

0 comments on commit 3d9aa92

Please sign in to comment.