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 c163294 commit 5361d88Copy full SHA for 5361d88
.github/workflows/testing.yml
@@ -31,7 +31,7 @@ jobs:
31
# Step 3: Cache / Install dependencies
32
# Change src/mod.ts to main.ts if your project uses main.ts
33
- name: Install dependencies
34
- run: deno cache --reload src/mod.ts
+ run: deno cache --reload src/main.ts
35
36
# Step 4: Format check
37
- name: Deno format check
0 commit comments