diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 5e7592ecd4..01322f8e9f 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -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