gotesttools-gotestfmt-action/action.yml
2021-07-28 09:41:05 +02:00

25 lines
630 B
YAML

name: 'gotestfmt'
description: 'Set up gotestfmt, an output formatter for go test.'
branding:
icon: 'cast'
color: 'orange'
inputs:
token:
description: 'GitHub token to avoid rate limiting.'
required: false
default: ''
version:
description: 'Which version of gofmt to download. Defaults to the latest.'
required: false
default: ''
org:
description: 'Organization to fetch gotestfmt from.'
required: false
default: 'haveyoudebuggedit'
repo:
description: 'Repository to fetch gotestfmt from.'
required: false
default: 'gotestfmt'
runs:
using: 'node12'
main: 'index.js'