mirror of
https://github.com/esp-rs/espup.git
synced 2025-09-27 04:40:27 +00:00
ci: ⚡️ Use clippy-check action
This commit is contained in:
parent
3e741a86da
commit
b4858b72be
4
.github/workflows/ci.yaml
vendored
4
.github/workflows/ci.yaml
vendored
@ -56,9 +56,9 @@ jobs:
|
||||
command: fmt
|
||||
args: --all -- --check
|
||||
- name: Clippy check
|
||||
uses: actions-rs/cargo@v1
|
||||
uses: actions-rs/clippy-check@v1
|
||||
with:
|
||||
command: clippy
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
args: --all-targets --all-features --workspace -- -D warnings
|
||||
- name: Docs
|
||||
uses: actions-rs/cargo@v1
|
||||
|
Loading…
x
Reference in New Issue
Block a user