Skip to content

Commit e8ce328

Browse files
authored
Update pull_request.yml
1 parent 72872d7 commit e8ce328

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pull_request.yml

+1
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ jobs:
109109
110110
- name: Check for changes
111111
run: |
112+
echo $(git status)
112113
clean=$(git status | grep "nothing to commit (working directory clean)")
113114
if [ -z "$clean" ]; then
114115
echo There are uncommitted changes.

0 commit comments

Comments
 (0)