Skip to content

Commit 7fd535e

Browse files
authored
Update precommit-check.yml
1 parent 229fdca commit 7fd535e

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/precommit-check.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@ jobs:
2626
shell: bash
2727
- run: echo -e "[global]\nbreak-system-packages = true" > ~/.config/pip/pip.conf
2828
shell: bash
29-
- run: ls -al /KNP
3029
- name: Run pre-commit
31-
run: pre-commit run --show-diff-on-failure --color=always --files ${{ steps.changed_files.outputs.files}}
30+
run: ls -al . && pre-commit run --show-diff-on-failure --color=always --files ${{ steps.changed_files.outputs.files}}
3231
working-directory: /KNP
3332
shell: bash

0 commit comments

Comments
 (0)