Skip to content

Commit

Permalink
chore: Remove clippy from CI (#1288)
Browse files Browse the repository at this point in the history
  • Loading branch information
LucioFranco authored Feb 21, 2023
1 parent 79d0e3f commit 2888ac9
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,27 +65,6 @@ jobs:
- name: cargo doc
run: cargo doc --workspace --no-deps --exclude examples

clippy:
name: cargo clippy
runs-on: ubuntu-latest

env:
RUSTFLAGS: "-A unknown_lints -D warnings"

steps:
- uses: actions/checkout@v3
- uses: hecrj/setup-rust-action@v1
with:
rust-version: "1.60"
components: clippy
- name: Install Protoc
uses: arduino/setup-protoc@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
- uses: Swatinem/rust-cache@v2
- name: Run cargo clippy
run: cargo clippy --workspace --all-targets --all-features

deny-check:
name: cargo-deny check
runs-on: ubuntu-latest
Expand Down

0 comments on commit 2888ac9

Please sign in to comment.