Skip to content

Commit

Permalink
fix two lint steps doing same work and piece being skipped (srcbookde…
Browse files Browse the repository at this point in the history
  • Loading branch information
versecafe authored Aug 31, 2024
1 parent fbafd8b commit af83e06
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,11 @@ jobs:
- name: Install dependencies
run: pnpm install

- name: Lint
run: pnpm check-format

- name: Build
run: pnpm build

- name: Lint
run: pnpm check-format
- name: Lint & Check
run: pnpm lint && pnpm check-format

- name: Test
run: pnpm test

0 comments on commit af83e06

Please sign in to comment.