Update rust.yml
All the cool kids are doing it
This commit is contained in:
parent
4a5598e072
commit
135edda3ab
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
|
@ -100,7 +100,7 @@ jobs:
|
|||
timeout-minutes: 2
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- run: rustup install nightly
|
||||
- run: rustup toolchain install nightly --profile minimal --component rustfmt
|
||||
- run: cargo +nightly fmt -- --check
|
||||
|
||||
clippy:
|
||||
|
|
Loading…
Reference in a new issue