gotesttools-gotestfmt-action/action.yml
Jared O'Connell eba2ac97f6
Upgrade to nodejs 24 (#17)
* Upgrade to nodejs 24

Signed-off-by: Jared O'Connell <joconnel@redhat.com>

* Upgrade workflows

Signed-off-by: Jared O'Connell <joconnel@redhat.com>

---------

Signed-off-by: Jared O'Connell <joconnel@redhat.com>
2026-04-16 09:30:15 +02:00

25 lines
609 B
YAML

name: 'gotestfmt'
description: 'Make your go test output beautiful.'
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: 'GoTestTools'
repo:
description: 'Repository to fetch gotestfmt from.'
required: false
default: 'gotestfmt'
runs:
using: 'node24'
main: 'index.js'