Skip to content

Commit

Permalink
working, now proper error message at the end
Browse files Browse the repository at this point in the history
  • Loading branch information
sam0x17 committed Aug 9, 2024
1 parent 370ca7f commit 75df997
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/check-rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ jobs:
if grep -q "^warning:" clean_output.log; then
echo "Build emitted the following warnings:"
>&2 echo `grep "^warning:" clean_output.log`
exit "Some custom lints failed, see above for details."
else
echo "No warnings found."
fi
Expand Down

0 comments on commit 75df997

Please sign in to comment.