mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-08 23:18:15 -05:00
* 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'
|