Skip to content

Commit bafd02c

Browse files
committed
ci(test): lint packages/cli in CI
1 parent aae6376 commit bafd02c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ jobs:
3030
run: |
3131
pnpm install --frozen-lockfile --filter='...${{ matrix.pkg }}'
3232
33+
- name: Lint (if present) ${{ matrix.pkg }}
34+
run: pnpm --if-present --filter='${{ matrix.pkg }}' lint
35+
3336
- name: Test ${{ matrix.pkg }}
3437
run: |
3538
pnpm --filter='${{ matrix.pkg }}' test

0 commit comments

Comments
 (0)