We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdb84cb commit 659a9acCopy full SHA for 659a9ac
book/src/continuous_integration/github_actions.md
@@ -1,7 +1,7 @@
1
# GitHub Actions
2
3
-On the GitHub hosted runners, Clippy from the latest stable Rust version comes
4
-pre-installed. So all you have to do is to run `cargo clippy`.
+GitHub hosted runners using the latest stable version of Rust have Clippy pre-installed.
+It is as simple as running `cargo clippy` to run lints against the codebase.
5
6
```yml
7
on: push
0 commit comments