Skip to content

Commit

Permalink
chore(cicd): run pre-commit on all files
Browse files Browse the repository at this point in the history
  • Loading branch information
alukach committed Dec 2, 2024
1 parent e164fea commit 50b99e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
path: ~/.cache/pre-commit
key: ${{ hashFiles('.pre-commit-config.yaml') }}
- run: uv run pre-commit
- run: uv run pre-commit run --all-files

test:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 50b99e6

Please sign in to comment.