We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0115a8 commit d703c26Copy full SHA for d703c26
.github/workflows/deno_tests.yml
@@ -26,7 +26,7 @@ jobs:
26
with:
27
deno-version: v2.x
28
- run: deno --node-modules-dir=auto -A ./build.ts
29
- - run: deno run -A ./bids-validator/dist/validator/bids-validator.js --version
+ - run: deno run -A ./dist/validator/bids-validator.js --version
30
- uses: actions/upload-artifact@v4
31
32
name: main
0 commit comments