Skip to content

Commit

Permalink
chore: fix typechecl CI
Browse files Browse the repository at this point in the history
  • Loading branch information
wa0x6e committed Jul 2, 2024
1 parent 3a570b7 commit 9c2b985
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/typecheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,7 @@ jobs:
- uses: actions/setup-node@v1
with:
node-version: '14.x'
- name: Run typecheck script
- name: Yarn install
run: yarn install --frozen-lockfile
- name: Typecheck
run: yarn typecheck

0 comments on commit 9c2b985

Please sign in to comment.