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