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 committed May 11, 2024
1 parent e71c15b commit 17d1be9
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 17d1be9

Please sign in to comment.