logginghandler/vendor/github.com/tommy-muehle/go-mnd/v2/action.yml

20 lines
316 B
YAML
Raw Normal View History

name: 'go-mnd'
description: 'Runs the Golang magic number detector'
author: '@tommy-muehle'
inputs:
args:
description: 'Arguments for go-mnd'
required: true
default: '-h'
runs:
using: 'docker'
image: 'Dockerfile'
args:
- ${{ inputs.args }}
branding:
icon: 'check-circle'
color: 'blue'