mirror of
https://github.com/pesde-pkg/pesde.git
synced 2024-12-12 11:00:36 +00:00
ci: specify nightly toolchain for rustfmt
This commit is contained in:
parent
76a78f462a
commit
699727793e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test-and-lint.yaml
vendored
2
.github/workflows/test-and-lint.yaml
vendored
|
@ -26,7 +26,7 @@ jobs:
|
|||
# run: cargo test --all --all-features
|
||||
|
||||
- name: Check formatting
|
||||
run: cargo fmt --all -- --check
|
||||
run: cargo +nightly fmt --all -- --check
|
||||
|
||||
- name: Run clippy
|
||||
run: cargo clippy --all --all-targets --all-features -- -D warnings
|
||||
|
|
Loading…
Reference in a new issue