Skip to content

Commit e883e14

Browse files
authored
Merge pull request #548 from mymmrac/build-no-fmt
feat(ci): Remove fmt from build step
2 parents df2c424 + c2ace25 commit e883e14

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: build
22

33
on:
44
push:
5-
branches: ["main"]
5+
branches: [ "main" ]
66

77
jobs:
88
build:
@@ -16,10 +16,5 @@ jobs:
1616
with:
1717
go-version-file: go.mod
1818

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-
2419
- name: Build
2520
run: make build-all

0 commit comments

Comments
 (0)