Skip to content

Commit

Permalink
ci: add lint to actions
Browse files Browse the repository at this point in the history
Signed-off-by: rare-magma <[email protected]>
  • Loading branch information
rare-magma committed Apr 29, 2024
1 parent 51a8ce2 commit cab5601
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ jobs:
- name: Install dependencies
run: pnpm install

- name: Lint
run: pnpm lint

- name: Run tests
run: pnpm test -- --run

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:
- name: Install dependencies
run: pnpm install

- name: Lint
run: pnpm lint

- name: Run tests
run: pnpm test -- --run

Expand Down

0 comments on commit cab5601

Please sign in to comment.