[docs] Update README

This commit is contained in:
olemorud
2023-03-16 11:20:50 +01:00
parent 60e141d668
commit bb3b327c51

View File

@@ -1,7 +1,5 @@
# GCC problem matcher # GCC problem matcher
Unstable release!
Creates annotations for warnings and errors in gcc builds. Creates annotations for warnings and errors in gcc builds.
## Inputs ## Inputs
@@ -12,7 +10,13 @@ Creates annotations for warnings and errors in gcc builds.
## Example usage ## Example usage
Just add this line anywhere before running the build step. Create annotations for builds done in the root directory
```yaml
- uses: olemorud/gcc-problem-matcher@v1.0
```
Create annotations for builds done in directory `/workspace/build/`
```yaml ```yaml
- uses: olemorud/gcc-problem-matcher@master - uses: olemorud/gcc-problem-matcher@master