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.
2 parents fdb84cb + 659a9ac commit 79a0d23Copy full SHA for 79a0d23
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