Skip to content

Commit 16b7c2b

Browse files
committed
ci: integrate github inline annotation for clippy
Signed-off-by: Jerens Lensun <[email protected]>
1 parent f3b2639 commit 16b7c2b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,9 @@ jobs:
7171
run: cargo fmt --all -- --check
7272

7373
- name: Run clippy
74-
run: cargo clippy --all-features --all-targets -- -D warnings
74+
uses: servo/actions/cargo-annotation@main
75+
with:
76+
cargo-command: clippy --all-features --all-targets -- -D warnings
7577

7678
build_result:
7779
name: Result

0 commit comments

Comments
 (0)