:)
All checks were successful
Build / build (pull_request) Successful in 1m27s
Build / build (push) Successful in 1m22s

This commit is contained in:
Sainan 2025-04-09 13:42:54 +02:00
parent b880e35c4e
commit afcf188020

View File

@ -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