[docs] Update README.md

This commit is contained in:
Ole Morud
2023-03-16 14:03:13 +01:00
committed by GitHub
parent bb3b327c51
commit 04fba30579

View File

@@ -10,10 +10,14 @@ Creates annotations for warnings and errors in gcc builds.
## Example usage ## Example usage
Create annotations for builds done in the root directory Create annotations for builds done in the root directory. Add this anywhere before starting the build.
```yaml ```yaml
- uses: olemorud/gcc-problem-matcher@v1.0 - uses: olemorud/gcc-problem-matcher@v1.0
- name: Build
run: |
...
``` ```
Create annotations for builds done in directory `/workspace/build/` Create annotations for builds done in directory `/workspace/build/`