ci: run simple clippy

This commit is contained in:
Billy Chan 2021-12-25 13:34:49 +08:00
parent 5656c4981d
commit 4980810867
No known key found for this signature in database
GPG Key ID: A2D690CAC7DF3CC7

View File

@ -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