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