Skip to content

Commit

Permalink
build: run machete on stable rust
Browse files Browse the repository at this point in the history
  • Loading branch information
apollo-sturdy authored and ApolloGie committed May 12, 2024
1 parent e0ef578 commit d86a009
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/lint-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:
- name: Install nightly toolchain
run: cargo make install-nightly

- name: Install stable toolchain
run: cargo make install-stable

- name: Run cargo clippy
run: cargo make clippy-check

Expand Down
2 changes: 1 addition & 1 deletion Makefile.toml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ args = [

# This task requires the `cargo-machete` package: https://crates.io/crates/cargo-machete
[tasks.machete-check]
toolchain = "${NIGHTLY_VERSION}"
toolchain = "${RUST_VERSION}"
command = "cargo"
args = ["machete"]
[tasks.machete-fix]
Expand Down

0 comments on commit d86a009

Please sign in to comment.