Skip to content

Commit 34f0f0b

Browse files
committed
ci: we can add lint & format check to the CI even the snapshots aren't comprehensive yet
1 parent bc0bf0d commit 34f0f0b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,10 @@ jobs:
5252
- pnpm --filter "\!*typescript*" build
5353
- pnpm --filter "*typescript*" build
5454
- pnpm --filter "*vitest*" test:unit
55+
- pnpm --filter "*eslint*" lint --no-fix --max-warnings=0
56+
- pnpm --filter "*prettier*" format --write --check
5557
# FIXME: it's failing now
5658
# - pnpm --filter "*with-tests*" test:unit
57-
# TODO: lint
5859
runs-on: ${{ matrix.os }}
5960
continue-on-error: ${{ matrix.os == 'windows-latest' }}
6061
env:

0 commit comments

Comments
 (0)