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:
Preston Van Loon 2021-06-22 14:57:26 -05:00 committed by GitHub
parent 228369e95f
commit 942472fc7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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