Skip to content

Commit

Permalink
ci: remove unused tslint step
Browse files Browse the repository at this point in the history
  • Loading branch information
beheh committed Aug 12, 2024
1 parent 8f8c330 commit f2ebd0c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,6 @@ jobs:
- name: Prettier
run: yarn run lint:prettier

- name: TSLint
continue-on-error: true
run: yarn run lint:tslint

- name: Build
run: yarn run build

Expand Down

0 comments on commit f2ebd0c

Please sign in to comment.