Skip to content

Commit

Permalink
Add yarn run check to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tchajed committed Oct 20, 2024
1 parent 71eb2fd commit 56b6b16
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ jobs:
run: yarn install --frozen-lockfile
- name: Fetch assets
run: yarn fetch-assets
- name: Lint and typecheck
run: yarn run check
- name: Build site
run: yarn build
- name: Upload pages artifact
Expand Down

0 comments on commit 56b6b16

Please sign in to comment.