We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44c1ab9 commit 1ffac1eCopy full SHA for 1ffac1e
.github/workflows/ci.yml
@@ -14,5 +14,8 @@ jobs:
14
go-version: 1.16 # please change also in `release.yml` and `go.mod`
15
- name: Checkout code
16
uses: actions/checkout@v2
17
+ - name: Go fmt
18
+ run: |
19
+ ! go fmt ./... | read
20
- name: Go Test
21
run: go test -v ./...
0 commit comments