Skip to content

Commit

Permalink
ci: run lint step only once
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Jun 28, 2023
1 parent 53d2efd commit 333c077
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
cache: "pnpm"
- run: pnpm install
- run: pnpm lint
if: ${{ matrix.os == 'ubuntu-latest' }}
- run: pnpm build
- run: pnpm vitest --coverage
- uses: codecov/codecov-action@v3

0 comments on commit 333c077

Please sign in to comment.