Skip to content

Commit

Permalink
ci: add format checking to test action
Browse files Browse the repository at this point in the history
  • Loading branch information
mariuslundgard committed Sep 28, 2022
1 parent eedd513 commit 3ea485a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ jobs:
CYPRESS_INSTALL_BINARY: '0'
run: yarn install

- name: Check formatting
run: yarn check:format

- name: Typecheck modules
# If TypeScript project references is set up properly, `tsc --build` should work right after dependencies
# has been installed, no extra build/compile step required
Expand Down

0 comments on commit 3ea485a

Please sign in to comment.