Show the results of the check in step Verify no unommitted files
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user