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 13ab85a commit 639df11Copy full SHA for 639df11
.github/workflows/pre-commit-check.yml
@@ -29,4 +29,4 @@ jobs:
29
30
- name: Run pre-commit on changed files
31
run: |
32
- pre-commit run --files ${{ steps.changed-files.outputs.all_changed_files }} --hook-stage push
+ pre-commit run --files ${{ steps.changed-files.outputs.all_changed_files }} --hook-stage push
0 commit comments