Skip to content

Commit

Permalink
ci: improve the error message
Browse files Browse the repository at this point in the history
Co-authored-by: Erik Osterman (CEO @ Cloud Posse) <[email protected]>
  • Loading branch information
suzuki-shunsuke and osterman authored Jan 30, 2025
1 parent 5e01f55 commit 18b3f31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
run: |
git ls-files | grep -E "\.go$" | xargs gofumpt -l -w
if ! git diff --quiet; then
echo "::error:: Code isn't formatted. Please format code using gofumpt"
echo "::error:: Code is not properly formatted. Please run 'make fmt' to format it using gofumpt."
exit 1
fi
Expand Down

0 comments on commit 18b3f31

Please sign in to comment.