Skip to content

Commit

Permalink
Merge pull request #680 from axone-protocol/build/unused-deps
Browse files Browse the repository at this point in the history
Build/unused deps
  • Loading branch information
ccamel authored Dec 16, 2024
2 parents 9b00b54 + 9475b9b commit b4ace56
Show file tree
Hide file tree
Showing 10 changed files with 74 additions and 359 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,16 @@ jobs:
if: steps.changed-rust-cargo.outputs.any_changed == 'true'
uses: davidB/rust-cargo-make@v1

- name: Lint all Cargo.toml file
- name: Lint all Cargo.toml files
if: steps.changed-rust-cargo.outputs.any_changed == 'true'
run: |
cargo make lint-cargo-toml
- name: Lint all unused dependencies in Cargo.toml files
if: steps.changed-rust-cargo.outputs.any_changed == 'true'
run: |
cargo make lint-cargo-deps
lint-cargo-makefile:
runs-on: ubuntu-22.04
steps:
Expand Down
Loading

0 comments on commit b4ace56

Please sign in to comment.