mirror of
https://code.forgejo.org/actions/setup-node
synced 2025-06-08 04:58:19 +02:00
rm __tests__/verify-no-unstaged-changes.sh
This commit is contained in:
parent
85d4122530
commit
996306e892
2 changed files with 1 additions and 21 deletions
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue