We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents df2c424 + c2ace25 commit e883e14Copy full SHA for e883e14
1 file changed
.github/workflows/build.yml
@@ -2,7 +2,7 @@ name: build
2
3
on:
4
push:
5
- branches: ["main"]
+ branches: [ "main" ]
6
7
jobs:
8
build:
@@ -16,10 +16,5 @@ jobs:
16
with:
17
go-version-file: go.mod
18
19
- - name: fmt
20
- run: |
21
- make fmt
22
- git diff --exit-code || (echo "::error::Code is not formatted. Run 'make fmt' and commit the changes." && exit 1)
23
-
24
- name: Build
25
run: make build-all
0 commit comments