Skip to content

Commit cd6161f

Browse files
workflows: utilize fmt-check phony target
1 parent 1c12af0 commit cd6161f

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
@@ -44,8 +44,8 @@ jobs:
4444
with:
4545
go-version: '${{ env.GO_VERSION }}'
4646

47-
- name: run format
48-
run: make fmt
47+
- name: Check code format
48+
run: make fmt-check
4949

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

0 commit comments

Comments
 (0)