Skip to content

Commit c9157a8

Browse files
committed
fix: ci bad copy paste
1 parent 823d36e commit c9157a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run: deno lint
2828

2929
- name: Type check
30-
run: deno check src/mod.ts
30+
run: deno check mod.ts
3131

3232
- name: Run tests
3333
run: deno task test

0 commit comments

Comments
 (0)