mirror of
https://github.com/tealdeer-rs/tealdeer.git
synced 2026-08-23 00:24:17 +02:00
Run clippy lints with MSRV
This helps with reproducibility.
This commit is contained in:
parent
5f837f4dd6
commit
8b00800a69
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -55,7 +55,7 @@ jobs:
|
|||
- uses: actions/checkout@v7
|
||||
- uses: dtolnay/rust-toolchain@master
|
||||
with:
|
||||
toolchain: stable
|
||||
toolchain: 1.87.0 # MSRV
|
||||
components: clippy
|
||||
- name: run clippy lints
|
||||
run: cargo clippy --locked --all-targets --features logging
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue