[docs] Update README.md
This commit is contained in:
@@ -1,10 +1,12 @@
|
|||||||
# 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
|
||||||
|
|
||||||
### root
|
### build-directory
|
||||||
|
|
||||||
**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.
|
**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.
|
||||||
|
|
||||||
@@ -15,5 +17,5 @@ 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:
|
with:
|
||||||
root: /workspace/build
|
build-directory: /workspace/build/
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user