Rephrased text to remove passive voice for a more active one.
Co-authored-by: Alex <69764315+Serial-ATA@users.noreply.github.com>
This commit is contained in:
parent
fdb84cbfd2
commit
659a9ac8bf
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue