Skip to content

Commit

Permalink
Merge pull request #1880 from iotaledger/ci/print-clippy-version
Browse files Browse the repository at this point in the history
fix(ci): remove clippy add step
  • Loading branch information
FranCerdan authored Aug 22, 2024
2 parents 5977096 + d617606 commit 517cbf1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/_external_rust_lints.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,7 @@ jobs:
runs-on: [self-hosted]
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # Pin v4.1.1
- run: rustup component add clippy

# See '.cargo/config' for list of enabled/disabled clippy lints
- name: cargo move-clippy
run: |
cargo ci-clippy-external
- name: Check Clippy Lints
run: cargo ci-clippy-external
1 change: 0 additions & 1 deletion .github/workflows/_rust_lints.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ jobs:
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # Pin v4.1.1
- run: rustup component add clippy
# TODO(bradh): debug and re-enable this; the caching is breaking the clippy build
# Enable caching of the 'librocksdb-sys' crate by additionally caching the
# 'librocksdb-sys' src directory which is managed by cargo
Expand Down

0 comments on commit 517cbf1

Please sign in to comment.