Actions 8 correct clippy
All checks were successful
Rust-build / build (push) Successful in 1m26s

This commit is contained in:
Justine Pelletreau 2023-07-17 11:37:26 +02:00
parent 8567aa75cd
commit 3c9f979cfe

View File

@ -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