We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94c2061 commit 4ae80f1Copy full SHA for 4ae80f1
1 file changed
.github/workflows/precommit-check.yml
@@ -14,9 +14,6 @@ jobs:
14
volumes:
15
- ${{ github.workspace }}:/KNP
16
options: --cpus 1
17
- defaults:
18
- run:
19
- working-directory: /KNP
20
steps:
21
- uses: actions/checkout@v3
22
- id: changed_files
@@ -29,6 +26,8 @@ jobs:
29
26
shell: bash
30
27
- run: echo -e "[global]\nbreak-system-packages = true" > ~/.config/pip/pip.conf
31
28
+ - run: cd /KNP
+ shell: bash
32
- name: Run pre-commit
33
uses: pre-commit/action@v3.0.1
34
with:
0 commit comments