mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2025-01-03 16:37:39 +00:00
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 }}
|