mirror of
https://github.com/extrawurst/gitui.git
synced 2024-11-26 03:00:03 +03:00
run clippy
This commit is contained in:
parent
b2e6a20596
commit
b86ddeffd5
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 New Issue
Block a user