Skip to content

Commit

Permalink
fix: only run format and lint when suite is _selftest
Browse files Browse the repository at this point in the history
  • Loading branch information
SyMind committed May 16, 2024
1 parent ebfb7c2 commit 6be9607
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,10 @@ jobs:
- name: Install
run: pnpm install --frozen-lockfile --prefer-offline
- name: Format
if: matrix.suite == '_selftest'
run: pnpm format
- name: Lint
if: matrix.suite == '_selftest'
run: pnpm lint
- run: >-
pnpm tsx ecosystem-ci.ts
Expand Down

0 comments on commit 6be9607

Please sign in to comment.