ci: ️ Use clippy-check action

This commit is contained in:
Sergio Gasquez 2022-09-26 14:35:54 +02:00
parent 3e741a86da
commit b4858b72be

View File

@ -56,9 +56,9 @@ jobs:
command: fmt command: fmt
args: --all -- --check args: --all -- --check
- name: Clippy check - name: Clippy check
uses: actions-rs/cargo@v1 uses: actions-rs/clippy-check@v1
with: with:
command: clippy token: ${{ secrets.GITHUB_TOKEN }}
args: --all-targets --all-features --workspace -- -D warnings args: --all-targets --all-features --workspace -- -D warnings
- name: Docs - name: Docs
uses: actions-rs/cargo@v1 uses: actions-rs/cargo@v1