docs: update readme with repo ci requirement

ref: #1
This commit is contained in:
2025-07-08 00:28:09 +09:30
parent 3629b2ff21
commit 6d501e25d9

View File

@ -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.