Files
gcc-problem-matcher/README.md
2023-03-14 14:54:34 +01:00

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
```