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 b992814 commit 2b566fbCopy full SHA for 2b566fb
.github/workflows/ci.yml
@@ -55,7 +55,7 @@ jobs:
55
- pnpm --filter '!*typescript*' build
56
- pnpm --filter '*typescript*' build
57
- pnpm --filter '*vitest*' test:unit
58
- - pnpm --filter '*eslint*' --filter '!*nightwatch*' lint:oxlint --max-warnings=0
+ - pnpm --filter '*eslint*' --filter '!*nightwatch*' lint:oxlint --max-warnings=0 -A no-empty-file
59
- pnpm --filter '*eslint*' --filter '!*nightwatch*' lint:eslint --no-fix --max-warnings=0
60
- pnpm --filter '*prettier*' format
61
# FIXME: it's failing now
0 commit comments