Skip to content

Commit

Permalink
chore: Remove deprecated clippy-check action (#244)
Browse files Browse the repository at this point in the history
  • Loading branch information
scouten-adobe authored Sep 28, 2024
1 parent ad90896 commit 417395f
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,20 +166,14 @@ jobs:

- name: Install Rust toolchain
uses: dtolnay/rust-toolchain@stable

- name: Install clippy
run: rustup component add clippy
with:
components: clippy

- name: Cache Rust dependencies
uses: Swatinem/rust-cache@v2

- name: Cargo clippy
uses: actions-rs/clippy-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
args: --all-features --all-targets -- -D warnings
env:
RUST_BACKTRACE: "1"
- name: Run Clippy
run: cargo clippy --all-features --all-targets -- -Dwarnings

cargo_fmt:
name: Enforce Rust code format
Expand Down

0 comments on commit 417395f

Please sign in to comment.