Skip to content

Commit

Permalink
Message formatting
Browse files Browse the repository at this point in the history
Signed-off-by: Santiago Figueroa <[email protected]>
  • Loading branch information
figueroa1395 committed Jul 2, 2024
1 parent 9c40f58 commit 3820052
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/check-code-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,11 @@ jobs:
pip install -r code_generation/requirements.txt
python code_generation/code_gen.py
if [ -n "$(git status --porcelain)" ]; then
echo
echo "The following files are outdated or were manually updated:"
git status --porcelain
exit 1
else
echo
echo "All the generated files are up to date."
fi

0 comments on commit 3820052

Please sign in to comment.