Skip to content

Commit

Permalink
Fix github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
0x80 committed Aug 4, 2024
1 parent c39f9fa commit 00f40a2
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,12 @@ jobs:
cache: "pnpm"
- name: Install dependencies
run: pnpm install
- name: Lint Format
- name: Lint syntax
run: pnpm lint
- name: Lint formatting
run: pnpm lint:format
- name: Type Check
run: pnpm type-check
- name: Check types
run: pnpm compile
- name: Test
run: pnpm test
- name: Build
Expand Down

0 comments on commit 00f40a2

Please sign in to comment.