:)
All checks were successful
Build / build (push) Successful in 1m25s
Build / build (pull_request) Successful in 48s

This commit is contained in:
Sainan 2025-04-09 13:42:54 +02:00
parent e1b1084555
commit 2f9f0492b3

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