Skip to content

Commit

Permalink
Another attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Nov 25, 2024
1 parent 9a8f38a commit 40f4219
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/clazy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ jobs:
install-stable: true
database: build

- name: Exit if error
if: ${{steps.clazy.outputs.warnings-count > 0 }}
shell: bash
- name: Fail if warnings or errors exist
if: steps.clazy.outputs.warnings-count > 0 || steps.clazy.outputs.errors-count > 0
run: exit 1

0 comments on commit 40f4219

Please sign in to comment.