19 lines
327 B
YAML
19 lines
327 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:
|
|
root:
|
|
description: 'base directory for build, e.g. /workdir/build'
|
|
required: false
|
|
default: ''
|
|
|
|
runs:
|
|
using: 'node16'
|
|
main: 'dist/index.js' |