Skip to content

Commit

Permalink
Added clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
johannwagner committed Sep 1, 2023
1 parent a0e100b commit 7e83081
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
- uses: actions/checkout@v3
- run: sudo apt install -y protobuf-compiler
- run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }}
- run: rustup component add clippy
- run: cargo check --verbose
- run: cargo clippy -- -D warnings
- run: cargo build --verbose
Expand Down

0 comments on commit 7e83081

Please sign in to comment.