Skip to content

Commit

Permalink
ci: remove lint step from test job
Browse files Browse the repository at this point in the history
  • Loading branch information
hannoeru committed Aug 28, 2023
1 parent 52f005e commit b46b041
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,6 @@ jobs:
- name: Install deps
run: pnpm i

- name: Lint
run: pnpm lint

- name: Type check
run: pnpm type-check

Expand Down

0 comments on commit b46b041

Please sign in to comment.