Skip to content

Commit ebb2611

Browse files
authored
ci(test): add checkJS step to test.yml workflow (#36)
1 parent c23b6cf commit ebb2611

File tree

3 files changed

+7768
-481
lines changed

3 files changed

+7768
-481
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,7 @@ jobs:
1616
node-version: 12
1717
- name: Install
1818
run: npm ci
19+
- name: Check JS
20+
run: npx -p typescript tsc --allowJs --noEmit --lib es2020 *.js
1921
- name: Test
2022
run: npm test

0 commit comments

Comments
 (0)