We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8650fca + d3c54dd commit 0d99d77Copy full SHA for 0d99d77
.github/workflows/test-and-lint.yml
@@ -19,8 +19,6 @@ jobs:
19
node-version: ${{ matrix.node-version }}
20
- name: Install dependencies
21
run: npm install
22
- - name: Compile TypeScript
23
- run: tsc
24
- name: Run tests
25
run: npm test
26
- name: Run linter
0 commit comments