Skip to content

Commit

Permalink
chore: fix check pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Anber committed Oct 1, 2023
1 parent e2bf8ac commit 9599d3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ jobs:
- name: Install and build
run: |
pnpm install --frozen-lockfile --strict-peer-dependencies
pnpm turbo run build
pnpm build
- name: ESLint
if: matrix.os == 'ubuntu-latest' && matrix.node-version == '20.x'
run: pnpm lint
run: pnpm turbo run lint
- name: Tests
run: pnpm turbo run test

0 comments on commit 9599d3b

Please sign in to comment.