[docs] Update README

This commit is contained in:
olemorud
2023-03-14 14:48:56 +01:00
parent 52b5d16c14
commit 9a4355f8e1

View File

@@ -2,11 +2,18 @@
Creates annotations for warnings and errors in gcc builds. Creates annotations for warnings and errors in gcc builds.
## Inputs
## Usage ### root
Just add a single line before running the build step. **Optional** Base directory for build. For builds done in a subdirectory, this should match that directory, otherwise the pattern match will not be able to point to the correct file.
## Example usage
Just add this line anywhere before running the build step.
```yaml ```yaml
- uses: olemorud/gcc-problem-matcher@master - uses: olemorud/gcc-problem-matcher@master
``` with:
root: /workspace/build
```