We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74002f8 commit 8c0c420Copy full SHA for 8c0c420
1 file changed
.github/workflows/test.yml
@@ -7,13 +7,12 @@ jobs:
7
name: Test and lint code base
8
runs-on: ubuntu-latest
9
steps:
10
- - uses: actions/checkout@v2
11
- - name: Use Node.js
12
- uses: actions/setup-node@v1
13
- with:
14
- node-version: '18.20.x'
15
- - run: npm install
16
- - run: npm run test
17
- - run: npm run lint
18
-
19
+ - uses: actions/checkout@v2
+ - name: Use Node.js
+ uses: actions/setup-node@v1
+ with:
+ node-version: '18.20.x'
+ - run: npm install
+ - run: npm run test
+ - run: npm run typecheck
+ - run: npm run lint
0 commit comments