mirror of
https://github.com/tonarino/innernet.git
synced 2025-02-03 13:21:24 +02:00
actions: use nightly clippy
Doing this alongside nightly fmt makes sense to me, anyway.
This commit is contained in:
parent
b39b77aa5a
commit
f0fe19674c
12
.github/workflows/rust.yml
vendored
12
.github/workflows/rust.yml
vendored
@ -46,13 +46,8 @@ jobs:
|
||||
with:
|
||||
command: test
|
||||
args: --features v6-test --verbose
|
||||
- name: Clippy
|
||||
uses: actions-rs/cargo@v1
|
||||
with:
|
||||
command: clippy
|
||||
args: --all-targets -- -D warnings
|
||||
|
||||
fmt:
|
||||
fmt-and-clippy:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
@ -67,3 +62,8 @@ jobs:
|
||||
with:
|
||||
command: fmt
|
||||
args: --all -- --check
|
||||
- name: Clippy
|
||||
uses: actions-rs/cargo@v1
|
||||
with:
|
||||
command: clippy
|
||||
args: --all-targets -- -D warnings
|
||||
|
Loading…
x
Reference in New Issue
Block a user