Merge pull request #401 from SeaQL/pr-no-inline-clippy-warmings

PR without clippy warmings in file changed tab
This commit is contained in:
Chris Tsang 2021-12-25 17:16:43 +08:00 committed by GitHub
commit b67ccc3800
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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