mirror of
https://github.com/gitui-org/gitui
synced 2026-05-24 01:18:21 +00:00
run clippy
This commit is contained in:
parent
b2e6a20596
commit
b86ddeffd5
1 changed files with 1 additions and 4 deletions
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
|
|
@ -23,7 +23,4 @@ jobs:
|
|||
- name: Run tests
|
||||
run: cargo test --workspace -- --test-threads=1
|
||||
- name: Run clippy
|
||||
uses: actions-rs/clippy-check@v1
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
args: --all-features
|
||||
run: cargo clippy
|
||||
|
|
|
|||
Loading…
Reference in a new issue