Skip to content

Commit

Permalink
fix gofmt
Browse files Browse the repository at this point in the history
Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>
  • Loading branch information
eddycharly committed May 4, 2023
1 parent 7e816bb commit b53abb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ jobs:
run: go build ./cmd/... ./pkg/...
- name: Check code format
run: |
diff=$(gofmt -s -d .)
diff=$(gofmt -s -d cmd pkg *.go)
if [[ -n "${diff}" ]]; then echo "${diff}"; exit 1; fi

0 comments on commit b53abb3

Please sign in to comment.