Skip to content

Commit

Permalink
Merge branch 'main' into 0x80/iso-27-pnpm-prune-fails-to-read-specifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
0x80 committed Aug 4, 2024
2 parents 035c1bf + 00f40a2 commit 2edec68
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 2edec68

Please sign in to comment.