Skip to content

Commit

Permalink
ci: do not let shell pipeline mask the linter exit status code
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexTMjugador committed Jul 28, 2024
1 parent f6f05f4 commit cc48001
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ jobs:
- name: Run linter for all feature combinations
if: matrix.conf == 'nightly'
run: >
set -o pipefail;
cargo hack clippy --no-deps --all-targets --feature-powerset --message-format=json -- -D warnings
| clippy-sarif
| tee clippy-results.sarif
Expand Down

0 comments on commit cc48001

Please sign in to comment.