Skip to content

Commit

Permalink
build: check ts in pullRequest workflow & husky pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
monholm committed May 18, 2022
1 parent 4038e7a commit 251fdfd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pullRequest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,8 @@ jobs:
- name: Lint
run: yarn lint

- name: TsCheck
run: yarn tscheck

- name: Test
run: yarn test
1 change: 1 addition & 0 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
. "$(dirname "$0")/_/husky.sh"

yarn lint
yarn tscheck
yarn test

0 comments on commit 251fdfd

Please sign in to comment.