From 953ecc9c2711757253f81528c4781effcfd5a63d Mon Sep 17 00:00:00 2001 From: Chris Carini <6374067+ChrisCarini@users.noreply.github.com> Date: Tue, 25 Jun 2024 17:39:12 -0700 Subject: [PATCH] Update usage.md - small grammar fix --- docs/usage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/usage.md b/docs/usage.md index d09b5ef9a..d6c5f8d4c 100644 --- a/docs/usage.md +++ b/docs/usage.md @@ -233,7 +233,7 @@ to the script for more usage details. If you want to enable [shellcheck integration](checks.md#check-shellcheck-integ), install `shellcheck` command. Note that shellcheck is [pre-installed on Ubuntu worker][preinstall-ubuntu]. -If you want to [annotate errors][ga-annotate-error] from actionlint on GitHub, consider to use +If you want to [annotate errors][ga-annotate-error] from actionlint on GitHub, consider using [Problem Matchers](#problem-matchers). If you prefer Docker image to running a downloaded executable, using [actionlint Docker image](#docker) is another option.