This commit is contained in:
parent
8567aa75cd
commit
3c9f979cfe
@ -28,7 +28,7 @@ jobs:
|
||||
command: check
|
||||
|
||||
- name: Install nightly toolchain with clippy available
|
||||
uses: actions-rs/toolchain@v1
|
||||
uses: https://github.com/actions-rs/toolchain@v1
|
||||
with:
|
||||
profile: minimal
|
||||
toolchain: nightly
|
||||
@ -36,7 +36,7 @@ jobs:
|
||||
components: 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!
|
||||
with:
|
||||
command: clippy
|
||||
|
Loading…
x
Reference in New Issue
Block a user