Remove diff of 'pre' since this Action doesn't have that directory

This commit is contained in:
James M. Greene
2022-08-03 21:47:18 -05:00
parent e2ea66d572
commit 2a2b0fadb6

View File

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