Skip to content

Commit

Permalink
remove duplicated git diff
Browse files Browse the repository at this point in the history
  • Loading branch information
sksat committed Oct 12, 2023
1 parent 59f5896 commit be0f27d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/check_code_generation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,5 @@ jobs:
git add .
if ! git diff --exit-code --cached; then
echo "threre are some diff after code generation"
git diff HEAD
exit 1
fi

0 comments on commit be0f27d

Please sign in to comment.