Skip to content

Commit 50b99e6

Browse files
committed
chore(cicd): run pre-commit on all files
1 parent e164fea commit 50b99e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cicd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
path: ~/.cache/pre-commit
1919
key: ${{ hashFiles('.pre-commit-config.yaml') }}
20-
- run: uv run pre-commit
20+
- run: uv run pre-commit run --all-files
2121

2222
test:
2323
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)