Skip to content

Commit

Permalink
Remove working directory directives
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed Oct 31, 2024
1 parent 7d88eea commit 46331e2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/deno_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ jobs:
with:
deno-version: v2.x
- run: deno --node-modules-dir=auto -A ./build.ts
working-directory: ./bids-validator
- run: deno run -A ./bids-validator/dist/validator/bids-validator.js --version
- uses: actions/upload-artifact@v4
with:
Expand All @@ -43,7 +42,6 @@ jobs:
fail-fast: false
defaults:
run:
working-directory: ./bids-validator
shell: bash

steps:
Expand Down

0 comments on commit 46331e2

Please sign in to comment.