Skip to content

Commit

Permalink
And run correct lint tasks in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sondr3 committed Nov 27, 2024
1 parent 18cdd9c commit 8c56e05
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,7 @@ jobs:
run: pnpm install --frozen-lockfile

- name: Lint
run: |
pnpm format
pnpm lint
run: pnpm check

- name: Build
run: pnpm build
Expand Down

0 comments on commit 8c56e05

Please sign in to comment.