Skip to content

Commit

Permalink
bleh, skip file filter
Browse files Browse the repository at this point in the history
  • Loading branch information
zml2008 committed Feb 5, 2025
1 parent a248200 commit 5842cdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-format.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
id: "install"
run: "poetry install"
- name: "check pre-commit"
run: "poetry run pre-commit run --show-diff-on-failure --color=always"
run: "poetry run pre-commit run --show-diff-on-failure --all-files --color=always"
- name: "publish results"
if: "${{ always() && steps.install.conclusion == 'success' }}"
env:
Expand Down

0 comments on commit 5842cdf

Please sign in to comment.