Skip to content

Commit 4ae80f1

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

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/precommit-check.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@ jobs:
1414
volumes:
1515
- ${{ github.workspace }}:/KNP
1616
options: --cpus 1
17-
defaults:
18-
run:
19-
working-directory: /KNP
2017
steps:
2118
- uses: actions/checkout@v3
2219
- id: changed_files
@@ -29,6 +26,8 @@ jobs:
2926
shell: bash
3027
- run: echo -e "[global]\nbreak-system-packages = true" > ~/.config/pip/pip.conf
3128
shell: bash
29+
- run: cd /KNP
30+
shell: bash
3231
- name: Run pre-commit
3332
uses: pre-commit/action@v3.0.1
3433
with:

0 commit comments

Comments
 (0)