Skip to content

Commit

Permalink
chore: add github job in js workflow to check typescript unused exports
Browse files Browse the repository at this point in the history
Signed-off-by: clegirar <[email protected]>
  • Loading branch information
clegirar committed Sep 12, 2023
1 parent d2b4796 commit 9d44cb3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,6 @@ jobs:

- name: Check that there is no diff
run: git diff --exit-code

- name: Check typescript unused exports
run: make unused-exports

0 comments on commit 9d44cb3

Please sign in to comment.