We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af16ce1 commit 11114f3Copy full SHA for 11114f3
.github/workflows/test.yaml
@@ -41,7 +41,7 @@ jobs:
41
42
- name: Check if JS dist files are current
43
run: |
44
- if [[ -n $(git status --porcelain) ]]; then
+ if ! git diff --quiet; then
45
echo "The Git workspace is unclean! Changes detected:"
46
git status --porcelain
47
git diff
0 commit comments