Skip to content

Commit

Permalink
ci(tooling): use src dir
Browse files Browse the repository at this point in the history
  • Loading branch information
lishaduck committed Dec 16, 2023
1 parent 6a20bde commit 06dc18c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deno.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
restore-keys: deno_cache-${{ runner.arch }}-${{ runner.os }}

- name: 📦 Install dependencies
run: deno cache dev.ts
run: deno cache src/dev.ts

- name: 🕵️ Run linter, Verify formatting
run: deno task check
Expand Down

0 comments on commit 06dc18c

Please sign in to comment.