Skip to content

Commit c8ef3d4

Browse files
authored
Update precommit-check.yml
1 parent 4ae80f1 commit c8ef3d4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/precommit-check.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ jobs:
2929
- run: cd /KNP
3030
shell: bash
3131
- name: Run pre-commit
32-
uses: pre-commit/action@v3.0.1
33-
with:
34-
extra_args: --files ${{ steps.changed_files.outputs.files}}
32+
run: pre-commit run --show-diff-on-failure --color=always --files ${{ steps.changed_files.outputs.files}}
33+
shell: bash
34+
working-directory: /KNP

0 commit comments

Comments
 (0)