mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-22 03:30:35 +00:00
9d42148b93
* updates go.sum * go mod tidy checker * reverts go.sum * updates apk command * fixes path * show git status * more debug info * more debug info * minor test * get rid of git * multiple checks * test reset * change order of checkers * mod verify * broken sum * Merge refs/heads/master into go-mod-tidy * better info * Merge branch 'go-mod-tidy' of github.com:prysmaticlabs/prysm into go-mod-tidy * better info * reset * run go mod tidy to fix
6 lines
133 B
YAML
6 lines
133 B
YAML
name: 'Go mod tidy checker'
|
|
description: 'Checks that `go mod tidy` has been applied.'
|
|
runs:
|
|
using: 'docker'
|
|
image: 'Dockerfile'
|