From c34c962691742e3e6a8a397e35aa1c4ae4a22f44 Mon Sep 17 00:00:00 2001 From: Andrew Imeson Date: Fri, 18 Mar 2022 18:45:01 -0400 Subject: [PATCH] Remove the repeated word "automatically" in GHA doc --- docs/integration.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/integration.rst b/docs/integration.rst index 29131ea..7b349ff 100644 --- a/docs/integration.rst +++ b/docs/integration.rst @@ -23,8 +23,8 @@ Integration with GitHub Actions yamllint auto-detects when it's running inside of `GitHub Actions `_ and automatically uses the suited -output format to decorate code with linting errors automatically. You can also -force the GitHub Actions output with ``yamllint --format github``. +output format to decorate code with linting errors. You can also force the +GitHub Actions output with ``yamllint --format github``. An example workflow using GitHub Actions: