Skip to content

Commit 5bef086

Browse files
authored
Merge pull request #380 from Jameskmonger/ci-typecheck
ci: run typecheck on CI
2 parents 4330781 + fe4be4b commit 5bef086

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,8 @@ jobs:
2525
- name: Run Linter
2626
run: npm run lint
2727

28+
- name: Run Typecheck
29+
run: npm run typecheck
30+
2831
- name: Build Project
2932
run: npm run build

0 commit comments

Comments
 (0)