Skip to content

Commit

Permalink
Run Clippy on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
progval authored and spb committed Nov 17, 2024
1 parent 17ea2ad commit aee6309
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ jobs:
# command: doc
# args: ${{ matrix.features }}

fmt:
name: Check formatting
lint:
name: Linting
runs-on: ubuntu-latest

steps:
Expand All @@ -67,3 +67,8 @@ jobs:
command: fmt
args: -- --check

- name: cargo clippy
uses: actions-rs/cargo@v1
with:
command: clippy
args: --all-targets

0 comments on commit aee6309

Please sign in to comment.