Skip to content

Commit 0d99d77

Browse files
authored
Merge pull request #1224 from pjbollinger/bugfix/fix-github-workflow
Fix GitHub Actions Workflow
2 parents 8650fca + d3c54dd commit 0d99d77

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/test-and-lint.yml

-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ jobs:
1919
node-version: ${{ matrix.node-version }}
2020
- name: Install dependencies
2121
run: npm install
22-
- name: Compile TypeScript
23-
run: tsc
2422
- name: Run tests
2523
run: npm test
2624
- name: Run linter

0 commit comments

Comments
 (0)