We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e164fea commit 50b99e6Copy full SHA for 50b99e6
.github/workflows/cicd.yaml
@@ -17,7 +17,7 @@ jobs:
17
with:
18
path: ~/.cache/pre-commit
19
key: ${{ hashFiles('.pre-commit-config.yaml') }}
20
- - run: uv run pre-commit
+ - run: uv run pre-commit run --all-files
21
22
test:
23
runs-on: ubuntu-latest
0 commit comments