Merge remote-tracking branch '657/patch-2' into ncalteen-format

This commit is contained in:
Nick Alteen 2023-08-24 09:52:35 -04:00
commit 1e68c3dd58

View File

@ -52,7 +52,7 @@ jobs:
run: |
if [ "$(git diff --ignore-space-at-eol dist/ | wc -l)" -gt "0" ]; then
echo "Detected uncommitted changes after build. See status below:"
git diff
git diff --ignore-space-at-eol dist/
exit 1
fi