This commit is contained in:
parent
8567aa75cd
commit
3c9f979cfe
@ -28,7 +28,7 @@ jobs:
|
|||||||
command: check
|
command: check
|
||||||
|
|
||||||
- name: Install nightly toolchain with clippy available
|
- name: Install nightly toolchain with clippy available
|
||||||
uses: actions-rs/toolchain@v1
|
uses: https://github.com/actions-rs/toolchain@v1
|
||||||
with:
|
with:
|
||||||
profile: minimal
|
profile: minimal
|
||||||
toolchain: nightly
|
toolchain: nightly
|
||||||
@ -36,7 +36,7 @@ jobs:
|
|||||||
components: clippy
|
components: clippy
|
||||||
|
|
||||||
- name: Run cargo clippy
|
- name: Run cargo clippy
|
||||||
uses: actions-rs/cargo@v1
|
uses: https://github.com/actions-rs/cargo@v1
|
||||||
continue-on-error: true # WARNING: only for this example, remove it!
|
continue-on-error: true # WARNING: only for this example, remove it!
|
||||||
with:
|
with:
|
||||||
command: clippy
|
command: clippy
|
||||||
|
Loading…
x
Reference in New Issue
Block a user