Skip to content
This repository was archived by the owner on Jan 9, 2025. It is now read-only.

Commit

Permalink
dbg - add echos
Browse files Browse the repository at this point in the history
  • Loading branch information
lostbean committed Jul 10, 2024
1 parent cb3d7f3 commit 9672863
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,10 @@ jobs:
- name: Check Go tidiness
run: |
nix develop --command go-tidy-all
git status
echo ">>>>>"
changed_files=$(git diff-files --name-only | grep -cv ".toml$")
echo ">>>>> $changed_files"
if [[ $changed_gomods != 0 ]]; then
echo "Go modules are not so tidy (run 'go-tidy-all' to fix it):"
git diff-files --name-only
Expand Down

0 comments on commit 9672863

Please sign in to comment.