diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3344d042..c729b7d5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,5 +14,8 @@ jobs: go-version: 1.16 # please change also in `release.yml` and `go.mod` - name: Checkout code uses: actions/checkout@v2 + - name: Go fmt + run: | + ! go fmt ./... | read - name: Go Test run: go test -v ./...