Skip to content

Commit

Permalink
uncomment go fix
Browse files Browse the repository at this point in the history
  • Loading branch information
TimHuynh committed Aug 13, 2024
1 parent cfb6626 commit edd6e57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ jobs:
# Check that go fmt ./... produces a zero diff; clean up any changes afterwards.
go fmt ./... && git diff --exit-code; code=$?; git checkout -- .; (exit $code)
# Check that go fix ./... produces a zero diff; clean up any changes afterwards.
# go fix ./... && git diff --exit-code; code=$?; git checkout -- .; (exit $code)
go fix ./... && git diff --exit-code; code=$?; git checkout -- .; (exit $code)

0 comments on commit edd6e57

Please sign in to comment.