From c3518b6b45151c8f40b38e272f31d8f144b21ede Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20van=20Eeden?= Date: Sun, 16 Feb 2025 12:55:50 +0100 Subject: [PATCH] README: Add notes for annotation config MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Daniƫl van Eeden --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 282afa9..264a1f8 100644 --- a/README.md +++ b/README.md @@ -512,6 +512,8 @@ permissions: checks: write ``` +Make sure to use `actions/setup-go` in the job as that's needed for the problem matcher and use the `colored-line-number` output (golangci-lint default). + ## Performance The action was implemented with performance in mind: