Changes
2 changed files (+2/-2)
-
-
@@ -28,7 +28,7 @@ - name: Cache third party modulesuses: actions/cache@v4 with: path: ${{ env.DENO_DIR }} key: ${{ hashFiles('deno.lock') }} key: check-${{ hashFiles('deno.lock') }} - name: Run unit tests run: "deno test --allow-read=. --allow-write=./filesystem_writer/.test" - name: Lint
-
-
-
@@ -49,7 +49,7 @@ - name: Cache third party modulesuses: actions/cache@v4 with: path: ${{ env.DENO_DIR }} key: ${{ hashFiles('deno.lock') }} key: deploy-${{ hashFiles('deno.lock') }} - name: Build documentation website run: "deno task build-docs --json" - name: Upload artifact
-