mirror of
https://github.com/gitui-org/gitui
synced 2026-05-24 09:28: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
|
- name: Run tests
|
||||||
run: cargo test --workspace -- --test-threads=1
|
run: cargo test --workspace -- --test-threads=1
|
||||||
- name: Run clippy
|
- name: Run clippy
|
||||||
uses: actions-rs/clippy-check@v1
|
run: cargo clippy
|
||||||
with:
|
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
|
||||||
args: --all-features
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue