Skip to content

Commit 77880fe

Browse files
committed
Run clippy on CI
1 parent 611b376 commit 77880fe

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/presubmit.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,11 @@ jobs:
8282
token: ${{ secrets.GITHUB_TOKEN }}
8383
args: --all-features
8484
toolchain: ${{ matrix.toolchain }}
85+
- name: Clippy
86+
uses: actions-rs/cargo@v1
87+
with:
88+
command: clippy
89+
toolchain: ${{ matrix.toolchain }}
8590
- name: Install cargo-audit binary crate
8691
uses: actions-rs/install@v0.1
8792
with:

0 commit comments

Comments
 (0)