Skip to content

Commit

Permalink
ci: fix multiline weirdness
Browse files Browse the repository at this point in the history
  • Loading branch information
backwardspy committed Jun 9, 2024
1 parent 42f4c75 commit 81502da
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,10 @@ jobs:
- run: cargo install clippy-sarif sarif-fmt

- name: clippy
run: |
cargo clippy --message-format=json
| clippy-sarif
| tee rust-clippy-results.sarif
| sarif-fmt
run: cargo clippy --message-format=json | clippy-sarif | tee rust-clippy-results.sarif | sarif-fmt

- name: rustfmt check
run: |
cargo fmt --all --check
run: cargo fmt --all --check

- uses: github/codeql-action/upload-sarif@v3
with:
Expand Down

0 comments on commit 81502da

Please sign in to comment.