Skip to content

Commit

Permalink
remove git diff line
Browse files Browse the repository at this point in the history
  • Loading branch information
samlaf committed Jun 9, 2024
1 parent b871b18 commit 83142a1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/check-bindings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ jobs:
if [ ! -z "$(git status --porcelain)" ]; then
printf "Current generated bindings not up to date\n"
git diff
# git diff fails by lack of read permission.. not sure why so just commented it out
# git diff
git status
exit 1
fi

0 comments on commit 83142a1

Please sign in to comment.