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 e0c311f commit bc04703Copy full SHA for bc04703
.github/workflows/ci.yml
@@ -28,7 +28,7 @@ jobs:
28
- name: Run build
29
run: pnpm run build
30
- name: Lint source code
31
- run: pnpm run lint -- --max-warnings=0
+ run: pnpm run lint --max-warnings=0
32
- name: Run all tests
33
run: pnpm run test:all
34
- name: Sanity check standalone build
0 commit comments