From 659a9ac8bf3eb2e40137b12469a7e6da3e47b333 Mon Sep 17 00:00:00 2001 From: Joel Montes de Oca <6587811+JoelMon@users.noreply.github.com> Date: Thu, 14 Jul 2022 10:20:08 -0400 Subject: [PATCH] Rephrased text to remove passive voice for a more active one. Co-authored-by: Alex <69764315+Serial-ATA@users.noreply.github.com> --- book/src/continuous_integration/github_actions.md | 4 ++-- 1 file 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