Skip to content

Commit

Permalink
show changes when CI fails
Browse files Browse the repository at this point in the history
  • Loading branch information
GMartinez-Sisti committed Mar 30, 2024
1 parent 10c26aa commit 972f1a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/lint-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
if [[ -n "$(git status --porcelain --untracked-files=no)" ]]; then
echo "Documentation not up to date." >&2
echo "Please run 'make docs' from the repository root and commit changes!" >&2
git diff
exit 1
else
echo "Documentation is up to date." >&2
Expand Down

0 comments on commit 972f1a4

Please sign in to comment.