mirror of
https://github.com/esp-rs/espup.git
synced 2025-09-28 05:10:44 +00:00
revert: ⏪️ Rever clippy action
This commit is contained in:
parent
b4858b72be
commit
9326f3f200
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/clippy-check@v1
|
||||
uses: actions-rs/cargo@v1
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
command: clippy
|
||||
args: --all-targets --all-features --workspace -- -D warnings
|
||||
- name: Docs
|
||||
uses: actions-rs/cargo@v1
|
||||
|
Loading…
x
Reference in New Issue
Block a user