forked from EduCraft/curriculum-project-hub
chore: restore checker CI gate
This commit is contained in:
@@ -19,8 +19,10 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v5
|
||||
|
||||
- name: Install Rust toolchain (stable + clippy + rustfmt)
|
||||
uses: dtolnay/rust-toolchain@stable
|
||||
# Keep local rustup, rustfmt output, clippy, and CI on one reproducible
|
||||
# compiler release. Update this together with rust-toolchain.toml.
|
||||
- name: Install Rust toolchain (1.92.0 + clippy + rustfmt)
|
||||
uses: dtolnay/rust-toolchain@1.92.0
|
||||
with:
|
||||
components: clippy, rustfmt
|
||||
|
||||
|
||||
Reference in New Issue
Block a user