Skip to content

Commit 0f0638d

Browse files
committed
ci: add test to ci
1 parent 354eade commit 0f0638d

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ jobs:
3535
run: deno fmt --check
3636
continue-on-error: true
3737

38+
- name: Deno Test
39+
run: deno test
40+
3841
- name: Deno Info
3942
run: deno info src/index.ts
4043

src/lib/source.ts

Whitespace-only changes.

0 commit comments

Comments
 (0)