Display changes
This commit is contained in:
parent
e9e533fa37
commit
10ae755c0f
1
.github/workflows/uncommited.yml
vendored
1
.github/workflows/uncommited.yml
vendored
|
@ -27,6 +27,7 @@ jobs:
|
|||
name: Check for uncommitted changes
|
||||
run: |
|
||||
if [[ `git status --porcelain` ]]; then
|
||||
git status --porcelain
|
||||
echo "##[error] found changed files after build. please 'npm run build && npm run format && npm prune --production'"
|
||||
exit 1
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue
Block a user