ci: run simple clippy
This commit is contained in:
parent
5656c4981d
commit
4980810867
8
.github/workflows/rust.yml
vendored
8
.github/workflows/rust.yml
vendored
@ -108,10 +108,12 @@ jobs:
|
||||
--all
|
||||
|
||||
# Run clippy
|
||||
- uses: actions-rs/clippy-check@v1
|
||||
- uses: actions-rs/cargo@v1
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
args: --all-targets --all
|
||||
command: clippy
|
||||
args: >
|
||||
--all-targets
|
||||
--all
|
||||
|
||||
compile-sqlite:
|
||||
name: Compile SQLite
|
||||
|
Loading…
x
Reference in New Issue
Block a user