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.
run-s
1 parent 76e7213 commit b992814Copy full SHA for b992814
.github/workflows/ci.yml
@@ -55,7 +55,8 @@ jobs:
55
- pnpm --filter '!*typescript*' build
56
- pnpm --filter '*typescript*' build
57
- pnpm --filter '*vitest*' test:unit
58
- - pnpm --filter '*eslint*' --filter '!*nightwatch*' lint --no-fix --max-warnings=0
+ - pnpm --filter '*eslint*' --filter '!*nightwatch*' lint:oxlint --max-warnings=0
59
+ - pnpm --filter '*eslint*' --filter '!*nightwatch*' lint:eslint --no-fix --max-warnings=0
60
- pnpm --filter '*prettier*' format
61
# FIXME: it's failing now
62
# - pnpm --filter '*with-tests*' test:unit
0 commit comments