diff options
| author | Joel Montes de Oca <6587811+JoelMon@users.noreply.github.com> | 2022-07-14 10:20:08 -0400 |
|---|---|---|
| committer | Philipp Krones <hello@philkrones.com> | 2022-07-18 09:45:01 +0200 |
| commit | 659a9ac8bf3eb2e40137b12469a7e6da3e47b333 (patch) | |
| tree | 1746114fa7110f133b40d1e62bacf2b8e3eafbf6 | |
| parent | fdb84cbfd25908df5683f8f62388f663d9260e39 (diff) | |
| download | rust-659a9ac8bf3eb2e40137b12469a7e6da3e47b333.tar.gz rust-659a9ac8bf3eb2e40137b12469a7e6da3e47b333.zip | |
Rephrased text to remove passive voice for a more active one.
Co-authored-by: Alex <69764315+Serial-ATA@users.noreply.github.com>
| -rw-r--r-- | book/src/continuous_integration/github_actions.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/book/src/continuous_integration/github_actions.md b/book/src/continuous_integration/github_actions.md index 42a43ef1380..5c8280f17c8 100644 --- a/book/src/continuous_integration/github_actions.md +++ b/book/src/continuous_integration/github_actions.md @@ -1,7 +1,7 @@ # GitHub Actions -On the GitHub hosted runners, Clippy from the latest stable Rust version comes -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. ```yml on: push |
