ci: improve prettier coverage #1523

Merged
Sainan merged 2 commits from ci-prettier into main 2025-04-09 15:25:19 -07:00
Showing only changes of commit afcf188020 - Show all commits

View File

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