Skip to content

Commit b992814

Browse files
committed
ci: test both lint:* commands; no easy way to test the run-s script
1 parent 76e7213 commit b992814

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
@@ -55,7 +55,8 @@ jobs:
5555
- pnpm --filter '!*typescript*' build
5656
- pnpm --filter '*typescript*' build
5757
- pnpm --filter '*vitest*' test:unit
58-
- pnpm --filter '*eslint*' --filter '!*nightwatch*' lint --no-fix --max-warnings=0
58+
- pnpm --filter '*eslint*' --filter '!*nightwatch*' lint:oxlint --max-warnings=0
59+
- pnpm --filter '*eslint*' --filter '!*nightwatch*' lint:eslint --no-fix --max-warnings=0
5960
- pnpm --filter '*prettier*' format
6061
# FIXME: it's failing now
6162
# - pnpm --filter '*with-tests*' test:unit

0 commit comments

Comments
 (0)