Initial commit

This commit is contained in:
olemorud
2023-03-14 12:58:38 +01:00
commit fd580bda03
5 changed files with 119 additions and 0 deletions

12
README.md Normal file
View File

@@ -0,0 +1,12 @@
# 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
```