13 lines
209 B
Markdown
13 lines
209 B
Markdown
# GCC problem matcher
|
|
|
|
Creates annotations for warnings and errors in gcc builds.
|
|
|
|
|
|
## Usage
|
|
|
|
Just add a single line before running the build step.
|
|
|
|
```yaml
|
|
- uses: olemorud/gcc-problem-matcher@master
|
|
```
|