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

19
action.yml Normal file
View File

@@ -0,0 +1,19 @@
name: GCC Problem Matcher
description: Get annotations for warnings and errors on builds using gcc
author: Ole Morud
branding:
icon: search
color: yellow
inputs:
root:
description: 'base directory for build, e.g. /workdir/build'
required: false
default: ''
runs:
using: 'node16'
main: 'src/index.js'