mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-22 03:30:35 +00:00
Add goimports check (#9075)
* Add goimports check * lil fixes * lil fixes * trying to use someone elses project instead of grinding on it myself
This commit is contained in:
parent
228369e95f
commit
942472fc7e
6
.github/workflows/go.yml
vendored
6
.github/workflows/go.yml
vendored
@ -24,6 +24,12 @@ jobs:
|
||||
uses: ./.github/actions/gofmt
|
||||
with:
|
||||
path: ./
|
||||
|
||||
- name: GoImports checker
|
||||
id: goimports
|
||||
uses: Jerome1337/goimports-action@v1.0.2
|
||||
with:
|
||||
goimports-path: ./
|
||||
|
||||
build:
|
||||
name: Build
|
||||
|
Loading…
Reference in New Issue
Block a user