Skip to content

Commit

Permalink
fix: gofmt.yaml Github Action end of if
Browse files Browse the repository at this point in the history
  • Loading branch information
BreCabral committed Sep 8, 2024
1 parent 48aa059 commit 44e32c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/gofmt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ jobs:
if [ -n "$(gofmt -l .)" ]; then
echo "Go code is not properly formatted."
exit 1
fi

0 comments on commit 44e32c3

Please sign in to comment.