Skip to content

Commit bc04703

Browse files
committed
CI oopsie
1 parent e0c311f commit bc04703

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
@@ -28,7 +28,7 @@ jobs:
2828
- name: Run build
2929
run: pnpm run build
3030
- name: Lint source code
31-
run: pnpm run lint -- --max-warnings=0
31+
run: pnpm run lint --max-warnings=0
3232
- name: Run all tests
3333
run: pnpm run test:all
3434
- name: Sanity check standalone build

0 commit comments

Comments
 (0)