Skip to content

Commit c79cebb

Browse files
authored
ci: Integrate github inline annotation for clippy (#655)
* ci: integrate github inline annotation for clippy Signed-off-by: Jerens Lensun <jerensslensun@gmail.com> * ci: remove -D warnings flags Signed-off-by: Jerens Lensun <jerensslensun@gmail.com> --------- Signed-off-by: Jerens Lensun <jerensslensun@gmail.com>
1 parent 0c8ab1c commit c79cebb

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
7577

7678
build_result:
7779
name: Result

0 commit comments

Comments
 (0)