Skip to content

Commit

Permalink
Small change to go checks workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
charliecon committed Aug 22, 2024
1 parent 5858913 commit 126c71f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/go-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
if [[ -n $(git status -s) ]]; then
echo "There are untracked documentation changes:\n"
git status
exit 1
fi
- name: Tidy
Expand All @@ -42,6 +43,7 @@ jobs:
if [[ -n $(git status -s) ]]; then
echo "go mod tidy produced changes:\n"
git status
exit 1
fi
- name: Vet
Expand Down

0 comments on commit 126c71f

Please sign in to comment.