mirror of
https://github.com/zellij-org/zellij.git
synced 2024-12-23 09:11:40 +03:00
fix(ci): use the clippy-check
action (#1122)
This commit is contained in:
parent
bc2330162d
commit
01f7f4f3d2
7
.github/workflows/rust.yml
vendored
7
.github/workflows/rust.yml
vendored
@ -72,7 +72,8 @@ jobs:
|
||||
~/.cargo/git
|
||||
target
|
||||
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
|
||||
run: cargo make clippy
|
||||
uses: actions-rs/clippy-check@v1
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
args: --all-features
|
||||
|
Loading…
Reference in New Issue
Block a user