We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 229fdca commit 7fd535eCopy full SHA for 7fd535e
1 file changed
.github/workflows/precommit-check.yml
@@ -26,8 +26,7 @@ jobs:
26
shell: bash
27
- run: echo -e "[global]\nbreak-system-packages = true" > ~/.config/pip/pip.conf
28
29
- - run: ls -al /KNP
30
- name: Run pre-commit
31
- run: pre-commit run --show-diff-on-failure --color=always --files ${{ steps.changed_files.outputs.files}}
+ run: ls -al . && pre-commit run --show-diff-on-failure --color=always --files ${{ steps.changed_files.outputs.files}}
32
working-directory: /KNP
33
0 commit comments