Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
olemorud authored Mar 15, 2023
1 parent baf95d0 commit f4fb197
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
# GCC problem matcher

Unstable release!

Creates annotations for warnings and errors in gcc builds.

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

Expand All @@ -15,5 +17,5 @@ Just add this line anywhere before running the build step.
```yaml
- uses: olemorud/gcc-problem-matcher@master
with:
root: /workspace/build
```
build-directory: /workspace/build/
```

0 comments on commit f4fb197

Please sign in to comment.