Skip to content

Commit df4c176

Browse files
workflows: utilize fmt-check phony target
1 parent 08c59d6 commit df4c176

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ jobs:
4545
with:
4646
go-version: '${{ env.GO_VERSION }}'
4747

48-
- name: run format
49-
run: make fmt
48+
- name: Check code format
49+
run: make fmt-check
5050

5151
- name: compile code
5252
run: go install -v ./...

0 commit comments

Comments
 (0)