Skip to content

Commit

Permalink
wip: add debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
MegaRedHand committed Jan 8, 2025
1 parent 388c6a8 commit 435c4b6
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/check-bindings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,16 @@ jobs:
- name: run make bindings and check for diffs
run: |
make bindings
# debug
echo "ls -la contracts/bindings/AVSDirectory/binding.go"
ls -la contracts/bindings/AVSDirectory/binding.go
echo "ls -la chainio/clients/eigenpod/bindings/IEigenPodManager.go"
ls -la chainio/clients/eigenpod/bindings/IEigenPodManager.go
echo "whoami"
whoami
echo "umask"
umask
# end debug
if [ ! -z "$(git status --porcelain)" ]; then
printf "Current generated bindings not up to date\n"
git diff
Expand Down

0 comments on commit 435c4b6

Please sign in to comment.