Skip to content

Commit 79a0d23

Browse files
committed
Auto merge of #9176 - JoelMon:patch-1, r=flip1995
Rephrased text to remove passive voice for a more active one. changelog: none
2 parents fdb84cb + 659a9ac commit 79a0d23

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

book/src/continuous_integration/github_actions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# GitHub Actions
22

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`.
3+
GitHub hosted runners using the latest stable version of Rust have Clippy pre-installed.
4+
It is as simple as running `cargo clippy` to run lints against the codebase.
55

66
```yml
77
on: push

0 commit comments

Comments
 (0)