Enable clippy::style checks

This commit is contained in:
sharkdp 2021-01-09 19:13:34 +01:00 committed by David Peter
parent cd7be018fe
commit 19b8c53c46

View File

@ -27,7 +27,7 @@ jobs:
uses: actions-rs/cargo@v1 uses: actions-rs/cargo@v1
with: with:
command: clippy command: clippy
args: --all-targets --all-features -- --allow clippy::style args: --all-targets --all-features
- name: Test - name: Test
uses: actions-rs/cargo@v1 uses: actions-rs/cargo@v1
with: with: