Skip to content

Commit

Permalink
ci: typecheck
Browse files Browse the repository at this point in the history
  • Loading branch information
prazdevs committed Jan 29, 2024
1 parent 908d90c commit 4854772
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ jobs:
- name: Lint files
run: pnpm lint

- name: Typecheck
run: pnpm typecheck

- name: Build extension
run: pnpm build

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ jobs:
- name: Lint files
run: pnpm lint

- name: Typecheck
run: pnpm typecheck

- name: Build extension
run: pnpm build

Expand Down

0 comments on commit 4854772

Please sign in to comment.