mirror of
https://github.com/pesde-pkg/pesde.git
synced 2025-04-06 03:40:59 +01: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
|
# run: cargo test --all --all-features
|
||||||
|
|
||||||
- name: Check formatting
|
- name: Check formatting
|
||||||
run: cargo fmt --all -- --check
|
run: cargo +nightly fmt --all -- --check
|
||||||
|
|
||||||
- name: Run clippy
|
- name: Run clippy
|
||||||
run: cargo clippy --all --all-targets --all-features -- -D warnings
|
run: cargo clippy --all --all-targets --all-features -- -D warnings
|
||||||
|
|
Loading…
Add table
Reference in a new issue