Skip to content

Commit 46331e2

Browse files
committed
Remove working directory directives
1 parent 7d88eea commit 46331e2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/deno_tests.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ jobs:
2626
with:
2727
deno-version: v2.x
2828
- run: deno --node-modules-dir=auto -A ./build.ts
29-
working-directory: ./bids-validator
3029
- run: deno run -A ./bids-validator/dist/validator/bids-validator.js --version
3130
- uses: actions/upload-artifact@v4
3231
with:
@@ -43,7 +42,6 @@ jobs:
4342
fail-fast: false
4443
defaults:
4544
run:
46-
working-directory: ./bids-validator
4745
shell: bash
4846

4947
steps:

0 commit comments

Comments
 (0)