diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d6336e16..4ebf60c1 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -71,7 +71,9 @@ jobs: run: cargo fmt --all -- --check - name: Run clippy - run: cargo clippy --all-features --all-targets -- -D warnings + uses: servo/actions/cargo-annotation@main + with: + cargo-command: clippy --all-features --all-targets build_result: name: Result