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:
Joel Montes de Oca 2022-07-14 10:20:08 -04:00 committed by Philipp Krones
parent fdb84cbfd2
commit 659a9ac8bf
No known key found for this signature in database
GPG key ID: 1CA0DF2AF59D68A5

View file

@ -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