We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc0bf0d commit 34f0f0bCopy full SHA for 34f0f0b
.github/workflows/ci.yml
@@ -52,9 +52,10 @@ jobs:
52
- pnpm --filter "\!*typescript*" build
53
- pnpm --filter "*typescript*" build
54
- pnpm --filter "*vitest*" test:unit
55
+ - pnpm --filter "*eslint*" lint --no-fix --max-warnings=0
56
+ - pnpm --filter "*prettier*" format --write --check
57
# FIXME: it's failing now
58
# - pnpm --filter "*with-tests*" test:unit
- # TODO: lint
59
runs-on: ${{ matrix.os }}
60
continue-on-error: ${{ matrix.os == 'windows-latest' }}
61
env:
0 commit comments