Run type checks in GitHub workflow

This commit is contained in:
Remco Haszing 2021-08-18 21:47:53 +02:00
parent 26b0d6ea96
commit 62998a0b38
No known key found for this signature in database
GPG key ID: 40D9F5FE9155FD3C

View file

@ -24,3 +24,12 @@ jobs:
with: { node-version: 16 }
- run: npm ci
- run: npm run lint
tsc:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with: { node-version: 16 }
- run: npm ci
- run: npx tsc