Skip to content

Commit

Permalink
ci: we can add lint & format check to the CI even the snapshots aren'…
Browse files Browse the repository at this point in the history
…t comprehensive yet
  • Loading branch information
haoqunjiang committed Dec 19, 2024
1 parent bc0bf0d commit 34f0f0b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,10 @@ jobs:
- pnpm --filter "\!*typescript*" build
- pnpm --filter "*typescript*" build
- pnpm --filter "*vitest*" test:unit
- pnpm --filter "*eslint*" lint --no-fix --max-warnings=0
- pnpm --filter "*prettier*" format --write --check
# FIXME: it's failing now
# - pnpm --filter "*with-tests*" test:unit
# TODO: lint
runs-on: ${{ matrix.os }}
continue-on-error: ${{ matrix.os == 'windows-latest' }}
env:
Expand Down

0 comments on commit 34f0f0b

Please sign in to comment.