Skip to content

Commit

Permalink
chore(test): Make "lint" to also typecheck
Browse files Browse the repository at this point in the history
  • Loading branch information
ribose-jeffreylau committed May 18, 2023
1 parent 9ec4192 commit ce9c41e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,6 @@ jobs:

- if: steps.test_cache.outputs.cache-hit != 'true'
run: |
pnpm run lint
pnpm run lint-typecheck
mkdir -p ${{ env.CACHE_TEST_DIR }}
touch ${{ env.CACHE_TEST_DIR }}/pass

0 comments on commit ce9c41e

Please sign in to comment.