From 6d501e25d94381f972e0f7f163d9a157b704bc49 Mon Sep 17 00:00:00 2001 From: Jon Date: Tue, 8 Jul 2025 00:28:09 +0930 Subject: [PATCH] docs: update readme with repo ci requirement ref: #1 --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 7ce3870..da3033b 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,15 @@ Documentation for the collection. ### Setup Parsing of matchers +1. Before any parsing can be done the following must be output with the id of the pull request to enable the problem matcher parsing. + + ``` bash + + echo "NFC_PROBLEM_MATCHER=${GITHUB_REF_NAME}"; + + ``` + + 1. Ansible Lint 1. before pylint runs, ensure the following commands are executed in your workflow.