Skip to content

Commit

Permalink
add back clippy giraffate
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarriba committed Jan 9, 2025
1 parent 9efded6 commit 6f783d8
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/rust_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: rustup toolchain install stable --component clippy
- name: Install cross
run: cargo install cross
- run: cross clippy --all-features -- -D warnings
- uses: dtolnay/rust-toolchain@stable
with:
components: clippy
- uses: giraffate/clippy-action@v1
with:
reporter: 'github-pr-review'
github_token: ${{ secrets.GITHUB_TOKEN }}
clippy_flags: -- -D warnings

check:
name: Check
Expand Down

0 comments on commit 6f783d8

Please sign in to comment.