We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50ee9f8 commit 94c2061Copy full SHA for 94c2061
1 file changed
.github/workflows/precommit-check.yml
@@ -14,6 +14,9 @@ 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
0 commit comments