Create check-dist.yml (#212)

This commit is contained in:
Brian Cristante
2021-09-13 05:52:18 -04:00
committed by GitHub
parent 3bc31aaf88
commit b02a10773f
4 changed files with 59 additions and 24 deletions

View File

@ -1,17 +0,0 @@
#!/bin/bash
if [[ "$(git status --porcelain)" != "" ]]; then
echo ----------------------------------------
echo git status
echo ----------------------------------------
git status
echo ----------------------------------------
echo git diff
echo ----------------------------------------
git diff
echo ----------------------------------------
echo Troubleshooting
echo ----------------------------------------
echo "::error::Unstaged changes detected. Locally try running: git clean -ffdx && npm ci && npm run pre-checkin"
exit 1
fi