mirror of
https://github.com/Noratrieb/vechonk.git
synced 2026-01-14 08:35:10 +01:00
rust toolchain
This commit is contained in:
parent
3e67985bcf
commit
5c7e834599
1 changed files with 3 additions and 3 deletions
6
.github/workflows/rust.yml
vendored
6
.github/workflows/rust.yml
vendored
|
|
@ -129,7 +129,7 @@ jobs:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
fetch-depth: 1
|
fetch-depth: 1
|
||||||
- uses: dtolnay/rust-toolchain@nightly
|
- uses: dtolnay/rust-toolchain@nightly-2022-09-15
|
||||||
- name: Run cargo clippy (default features)
|
- name: Run cargo clippy (default features)
|
||||||
run: cargo clippy --all-targets --verbose -- -D clippy::all
|
run: cargo clippy --all-targets --verbose -- -D clippy::all
|
||||||
|
|
||||||
|
|
@ -141,7 +141,7 @@ jobs:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
fetch-depth: 1
|
fetch-depth: 1
|
||||||
- uses: dtolnay/rust-toolchain@nightly
|
- uses: dtolnay/rust-toolchain@nightly-2022-09-15
|
||||||
with:
|
with:
|
||||||
components: rustfmt
|
components: rustfmt
|
||||||
- name: Check formatting
|
- name: Check formatting
|
||||||
|
|
@ -155,7 +155,7 @@ jobs:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
fetch-depth: 1
|
fetch-depth: 1
|
||||||
- uses: dtolnay/rust-toolchain@nightly
|
- uses: dtolnay/rust-toolchain@nightly-2022-09-15
|
||||||
- name: Check docs
|
- name: Check docs
|
||||||
# Note: needs cargo rustdoc, not cargo doc.
|
# Note: needs cargo rustdoc, not cargo doc.
|
||||||
run: cargo rustdoc --all-features -- -D warnings
|
run: cargo rustdoc --all-features -- -D warnings
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue