Skip to content

Commit

Permalink
run git diff
Browse files Browse the repository at this point in the history
  • Loading branch information
cwaldren-ld committed Mar 6, 2024
1 parent 96518a1 commit 9eea763
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
run: |
./scripts/ci/format-json.sh
if ! git diff-index --quiet HEAD; then
git diff-index HEAD
git diff
echo "Run ./scripts/ci/format-json.sh to reformat the JSON data"
exit 1
fi
Expand Down

0 comments on commit 9eea763

Please sign in to comment.