Show the results of the check in step Verify no unommitted files

This commit is contained in:
E. Lynette Rayle
2025-05-28 20:23:32 +00:00
parent 3a3b0da726
commit 3d515f5ff4
+3 -1
View File
@@ -28,5 +28,7 @@ jobs:
run: npm rebuild && npm run all
- name: Verify no uncommitted files
run: '[ -z "$(git status --porcelain=v1 2>/dev/null)" ]'
run: |
echo git status --porcelain=v1
'[ -z "$(git status --porcelain=v1 2>/dev/null)" ]'
shell: bash