Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update clippy linting job #143

Closed
wants to merge 2 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,14 @@ jobs:
- uses: actions/checkout@master
- uses: dtolnay/rust-toolchain@master
with:
toolchain: nightly-2022-11-30
toolchain: nightly-2022-12-01
components: clippy
- uses: actions-rs/clippy-check@v1
- uses: giraffate/clippy-action@41d079cb4ab2466a07853dc78eefbbe4de373a2d
with:
token: ${{ secrets.GITHUB_TOKEN }}
args: --all --all-targets
clippy_flags: --all-targets --features ardupilotmega
reporter: github-pr-check
filter_mode: nofilter
fail_on_error: true

internal-tests:
runs-on: ubuntu-latest
Expand Down