ci: cargo clippy run option

As clippy does not recognize git which is above
pull/8157/head
Philippe Antoine 2 years ago committed by Victor Julien
parent cd4bf518f3
commit ce66c26afc

@ -66,7 +66,7 @@ jobs:
- run: ./scripts/bundle.sh
- run: ./autogen.sh
- run: ./configure
- run: cargo clippy --all-features --fix
- run: cargo clippy --all-features --fix --allow-no-vcs
working-directory: rust
- run: |
diff=$(git diff)

Loading…
Cancel
Save