Skip to content

Commit

Permalink
Add: tsc --no-Emit to CI pipeline (metaplex-foundation#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
lexich committed Oct 29, 2021
1 parent 887bb96 commit 55ea4c9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions js/packages/graphql/.github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,6 @@ jobs:

- name: Run ESLint
run: yarn lint:eslint

- name: Tsc check
run: yarn tscCheck

0 comments on commit 55ea4c9

Please sign in to comment.