Skip to content

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
sam0x17 committed Aug 9, 2024
1 parent e47f2de commit 3398adc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ jobs:
run: |
set -e # Fail the script if any command fails
cargo check 2>&1 | tee build_output.log
warnings=$(grep "cargo:warning=" build_output.log || true)
warnings=$(grep "warning: " build_output.log || true)
if [ -n "$warnings" ]; then
echo "The following custom lints have failed ❌:"
echo "$warnings"
Expand Down

0 comments on commit 3398adc

Please sign in to comment.