Skip to content

Commit e2cb0b2

Browse files
committed
ci: add typecheck action
1 parent 9e57672 commit e2cb0b2

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/ci.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,13 @@ jobs:
1414
- uses: actions/setup-node@v2
1515
- run: npm ci
1616
- run: npx commitlint --from ${{ github.event.pull_request.base.sha }} --to ${{ github.event.pull_request.head.sha }} --verbose
17+
18+
typecheck:
19+
runs-on: ubuntu-latest
20+
steps:
21+
- uses: actions/checkout@v2
22+
with:
23+
fetch-depth: 0
24+
- uses: actions/setup-node@v2
25+
- run: npm ci
26+
- run: npm run typecheck

0 commit comments

Comments
 (0)