Skip to content

Commit

Permalink
CI oopsie
Browse files Browse the repository at this point in the history
  • Loading branch information
joshwilsonvu committed Apr 27, 2024
1 parent e0c311f commit bc04703
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Run build
run: pnpm run build
- name: Lint source code
run: pnpm run lint -- --max-warnings=0
run: pnpm run lint --max-warnings=0
- name: Run all tests
run: pnpm run test:all
- name: Sanity check standalone build
Expand Down

0 comments on commit bc04703

Please sign in to comment.