Skip to content

Commit

Permalink
chore: run prettier/eslint before tests to fail fast (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
styfle committed Aug 18, 2023
1 parent 006afd8 commit 33134c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ jobs:
- run: corepack enable pnpm
- run: pnpm install
- run: pnpm build
- run: pnpm test
- run: pnpm lint:eslint
- run: pnpm lint:prettier
- run: pnpm lint:eslint
- run: pnpm test
- name: Maybe Release
if: matrix.os == 'ubuntu-latest' && matrix.node == 18 && github.event_name == 'push' && github.ref == 'refs/heads/main'
env:
Expand Down

0 comments on commit 33134c8

Please sign in to comment.