Skip to content

Commit

Permalink
Add goimports check (#9075)
Browse files Browse the repository at this point in the history
* Add goimports check

* lil fixes

* lil fixes

* trying to use someone elses project instead of grinding on it myself
  • Loading branch information
prestonvanloon committed Jun 22, 2021
1 parent 228369e commit 942472f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/go.yml
Expand Up @@ -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
Expand Down

0 comments on commit 942472f

Please sign in to comment.