Skip to content

Commit

Permalink
Remove clippy annotation (#4896)
Browse files Browse the repository at this point in the history
  • Loading branch information
octol committed Sep 18, 2024
1 parent ede4b23 commit 9213e02
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,14 +90,6 @@ jobs:
command: test
args: --workspace -- --ignored

- name: Annotate with clippy checks
if: contains(matrix.os, 'ubuntu')
uses: actions-rs/clippy-check@v1
continue-on-error: true
with:
token: ${{ secrets.GITHUB_TOKEN }}
args: --workspace

- name: Clippy
uses: actions-rs/cargo@v1
with:
Expand Down

0 comments on commit 9213e02

Please sign in to comment.