Files
gcc-problem-matcher/action.yml
olemorud c041f1a38d add CI
2023-03-14 17:21:50 +01:00

18 lines
321 B
YAML

name: GCC Problem Matcher
description: Get annotations for warnings and errors on builds using gcc
author: Ole Morud
branding:
icon: search
color: yellow
inputs:
build-directory:
description: 'base directory for build, e.g. /workdir/build'
required: true
runs:
using: 'node16'
main: 'dist/index.js'