Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 659a9ac

Browse files
JoelMonSerial-ATA
authored andcommitted
Rephrased text to remove passive voice for a more active one.
Co-authored-by: Alex <69764315+Serial-ATA@users.noreply.github.com>
1 parent fdb84cb commit 659a9ac

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)