Skip to content

Commit

Permalink
ci: report clippy output
Browse files Browse the repository at this point in the history
  • Loading branch information
kaspar030 committed Feb 22, 2024
1 parent 594beda commit 5a8cfeb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,9 @@ jobs:
# TODO: we'll eventually want to check the whole workspace with --workspace
# TODO: we'll eventually want to check relevant feature combinations
# TODO: we may want to use --no-deps as well
- run: cargo clippy --verbose --locked -p riot-rs-embassy
- uses: clechasseur/rs-clippy-check@v3
with:
args: --verbose --locked -p riot-rs-embassy

CI-success:
if: ${{ always() }}
Expand Down

0 comments on commit 5a8cfeb

Please sign in to comment.