Skip to content

Commit

Permalink
chore: add lint step
Browse files Browse the repository at this point in the history
  • Loading branch information
valbeat committed Apr 19, 2024
1 parent ee40224 commit 35b56f2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
cache: "pnpm"
- name: 📥 Install
run: pnpm i --frozen-lockfile
- name: 🧹 Lint
run: pnpm lint && pnpm format --check && pnpm typecheck
- name: 🏗 Build
run: pnpm build
- name: 🧪 Unit Test
Expand Down

0 comments on commit 35b56f2

Please sign in to comment.