fix(ci): use the clippy-check action (#1122)
This commit is contained in:
parent
bc2330162d
commit
01f7f4f3d2
1 changed files with 4 additions and 3 deletions
7
.github/workflows/rust.yml
vendored
7
.github/workflows/rust.yml
vendored
|
|
@ -72,7 +72,8 @@ jobs:
|
||||||
~/.cargo/git
|
~/.cargo/git
|
||||||
target
|
target
|
||||||
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
|
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
|
||||||
- name: Install cargo-make
|
|
||||||
run: test -x "${HOME}/.cargo/bin/cargo-make" || cargo install --debug cargo-make
|
|
||||||
- name: Check Lints
|
- name: Check Lints
|
||||||
run: cargo make clippy
|
uses: actions-rs/clippy-check@v1
|
||||||
|
with:
|
||||||
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
args: --all-features
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue