:)
This commit is contained in:
parent
e1b1084555
commit
2f9f0492b3
12
.github/workflows/build.yml
vendored
12
.github/workflows/build.yml
vendored
@ -17,9 +17,9 @@ jobs:
|
||||
- run: npm run prettier
|
||||
- name: Fail if there are uncommitted changes
|
||||
run: |
|
||||
if [[ -n "$(git status --porcelain)" ]]; then
|
||||
echo "Uncommitted changes detected:"
|
||||
git status
|
||||
git diff
|
||||
exit 1
|
||||
fi
|
||||
if [[ -n "$(git status --porcelain)" ]]; then
|
||||
echo "Uncommitted changes detected:"
|
||||
git status
|
||||
git diff
|
||||
exit 1
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user