Skip to content

Commit 5361d88

Browse files
authored
Update testing.yml
1 parent c163294 commit 5361d88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
# Step 3: Cache / Install dependencies
3232
# Change src/mod.ts to main.ts if your project uses main.ts
3333
- name: Install dependencies
34-
run: deno cache --reload src/mod.ts
34+
run: deno cache --reload src/main.ts
3535

3636
# Step 4: Format check
3737
- name: Deno format check

0 commit comments

Comments
 (0)