Skip to content

Commit ba28796

Browse files
Fix linter task (#3134)
Signed-off-by: João Pereira <[email protected]>
1 parent 8ebef60 commit ba28796

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/golangci-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,4 @@ jobs:
5353
go-version-file: go.mod
5454
check-latest: true
5555
- name: Run go fmt
56-
run: go fmt && git diff --exit-code
56+
run: make format && git diff --exit-code

0 commit comments

Comments
 (0)