Skip to content

Commit

Permalink
Merge pull request #401 from SeaQL/pr-no-inline-clippy-warmings
Browse files Browse the repository at this point in the history
PR without clippy warmings in file changed tab
  • Loading branch information
tyt2y3 authored Dec 25, 2021
2 parents 2bc5863 + 4980810 commit b67ccc3
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b67ccc3

Please sign in to comment.