Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 4b1d87d

Browse files
committedApr 14, 2025·
Added clippy
Signed-off-by: Esteve Fernandez <esteve@apache.org>
1 parent eeee8bf commit 4b1d87d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
 

‎.github/workflows/rust.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,14 @@ jobs:
1616

1717
steps:
1818
- uses: actions/checkout@v4
19+
- uses: dtolnay/rust-toolchain@stable
20+
with:
21+
components: clippy
1922
- name: Build
2023
run: cargo build --verbose
2124
- name: Run tests
2225
run: cargo test --verbose
26+
- uses: giraffate/clippy-action@v1
27+
with:
28+
reporter: 'github-pr-review'
29+
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)
Please sign in to comment.