We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ae80f1 commit c8ef3d4Copy full SHA for c8ef3d4
1 file changed
.github/workflows/precommit-check.yml
@@ -29,6 +29,6 @@ jobs:
29
- run: cd /KNP
30
shell: bash
31
- name: Run pre-commit
32
- uses: pre-commit/action@v3.0.1
33
- with:
34
- extra_args: --files ${{ steps.changed_files.outputs.files}}
+ run: pre-commit run --show-diff-on-failure --color=always --files ${{ steps.changed_files.outputs.files}}
+ shell: bash
+ working-directory: /KNP
0 commit comments