mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-28 14:17:17 +00:00
53b0c0f7ab
* adds gofmt checker action to GitHub workflow * gofmt applied
12 lines
261 B
YAML
12 lines
261 B
YAML
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 }} |