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
|
--all
|
||||||
|
|
||||||
# Run clippy
|
# Run clippy
|
||||||
- uses: actions-rs/clippy-check@v1
|
- uses: actions-rs/cargo@v1
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
command: clippy
|
||||||
args: --all-targets --all
|
args: >
|
||||||
|
--all-targets
|
||||||
|
--all
|
||||||
|
|
||||||
compile-sqlite:
|
compile-sqlite:
|
||||||
name: Compile SQLite
|
name: Compile SQLite
|
||||||
|
Loading…
x
Reference in New Issue
Block a user