Skip to content

Commit

Permalink
ci: removes tslint step
Browse files Browse the repository at this point in the history
  • Loading branch information
sverweij committed Aug 21, 2022
1 parent 05aff0c commit ca5db4a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ jobs:
- name: lint & forbidden dependency check (runs on one platform only)
run: |
node --version
npm run lint
npm run depcruise
if: matrix.platform == 'ubuntu-latest' && matrix.node-version == '18.x'
- name: test coverage
Expand Down

0 comments on commit ca5db4a

Please # to comment.