Skip to content

Commit

Permalink
print go mod tidy diff
Browse files Browse the repository at this point in the history
  • Loading branch information
colinlyguo committed Feb 25, 2025
1 parent badc313 commit e732acd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/bridge_history_api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,5 +76,7 @@ jobs:
- name: Verify no changes from goimports and go mod tidy
run: |
if [ -n "$(git status --porcelain)" ]; then
echo "Uncommitted changes detected:"
git diff
exit 1
fi

0 comments on commit e732acd

Please sign in to comment.