Skip to content

Commit

Permalink
Fail UI linting on warnings in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
axelboc authored and marcus-oscarsson committed Oct 16, 2023
1 parent 6cc4c55 commit 045c955
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
run: pnpm --prefix ui install

- name: Run ESLint
run: pnpm --prefix ui eslint
run: pnpm --prefix ui eslint --max-warnings=0 # fail on warnings

e2e:
name: Test
Expand Down

0 comments on commit 045c955

Please sign in to comment.