Skip to content

Commit

Permalink
Run go fmt on CI (#118)
Browse files Browse the repository at this point in the history
* ensure go fmt has no output

* fix go fmt line

* fix go fmt stdout/stderr
  • Loading branch information
yaronya committed Jun 14, 2021
1 parent 44c1ab9 commit 1ffac1e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 ./...

0 comments on commit 1ffac1e

Please sign in to comment.