Skip to content

Commit 2b566fb

Browse files
committed
ci: allow empty file
1 parent b992814 commit 2b566fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
- pnpm --filter '!*typescript*' build
5656
- pnpm --filter '*typescript*' build
5757
- pnpm --filter '*vitest*' test:unit
58-
- pnpm --filter '*eslint*' --filter '!*nightwatch*' lint:oxlint --max-warnings=0
58+
- pnpm --filter '*eslint*' --filter '!*nightwatch*' lint:oxlint --max-warnings=0 -A no-empty-file
5959
- pnpm --filter '*eslint*' --filter '!*nightwatch*' lint:eslint --no-fix --max-warnings=0
6060
- pnpm --filter '*prettier*' format
6161
# FIXME: it's failing now

0 commit comments

Comments
 (0)