Skip to content

Commit bddb450

Browse files
committed
add step for deno check
1 parent a6e758c commit bddb450

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/deno-check.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ jobs:
1919

2020
- name: Verify formatting
2121
run: deno fmt --check src/**
22+
23+
- name: Verify typing
24+
run: deno check src/**
2225

2326
- name: Run linter
2427
run: deno lint

0 commit comments

Comments
 (0)