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 3d575cb commit 9d008bbCopy full SHA for 9d008bb
.github/workflows/ci.yml
@@ -56,7 +56,7 @@ jobs:
56
- pnpm --filter '*typescript*' build
57
- pnpm --filter '*vitest*' test:unit
58
- pnpm --filter '*eslint*' --filter '!*nightwatch*' lint --no-fix --max-warnings=0
59
- - pnpm --filter '*prettier*' format --write --check
+ - pnpm --filter '*prettier*' format
60
# FIXME: it's failing now
61
# - pnpm --filter '*with-tests*' test:unit
62
runs-on: ${{ matrix.os }}
0 commit comments