From 46331e207e0e3d051ac1e43967b47c27323a293f Mon Sep 17 00:00:00 2001 From: Chris Markiewicz Date: Thu, 31 Oct 2024 16:19:28 -0400 Subject: [PATCH] Remove working directory directives --- .github/workflows/deno_tests.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/deno_tests.yml b/.github/workflows/deno_tests.yml index 1de5fe6f..2d66d233 100644 --- a/.github/workflows/deno_tests.yml +++ b/.github/workflows/deno_tests.yml @@ -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: @@ -43,7 +42,6 @@ jobs: fail-fast: false defaults: run: - working-directory: ./bids-validator shell: bash steps: