There was an error while loading. Please reload this page.
1 parent 60f326c commit a63660fCopy full SHA for a63660f
1 file changed
.github/workflows/test.yml
@@ -14,4 +14,6 @@ jobs:
14
- uses: aboutbits/github-actions-node/setup-and-install@v1
15
with:
16
node-version: ${{ env.NODE_VERSION }}
17
- - run: npm run checks
+ - run: npm run lint
18
+ - run: npm run typecheck
19
+ - run: npm run test
0 commit comments