prysm-pulse/.github/actions/gofmt/action.yml

12 lines
261 B
YAML
Raw Normal View History

name: 'Gofmt checker'
description: 'Checks that all project files have been properly formatted.'
inputs:
path:
description: 'Path to check'
required: true
default: './'
runs:
using: 'docker'
image: 'Dockerfile'
args:
- ${{ inputs.path }}