Skip to content

Commit

Permalink
ci: add dtslint in the lint workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-agius4 committed Oct 8, 2021
1 parent c8c0c79 commit 7230778
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,6 @@ jobs:

- name: Run lint
run: npm run lint

- name: Run dtslint
run: npm run dtslint

0 comments on commit 7230778

Please sign in to comment.