We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25d1234 commit 3c8a13cCopy full SHA for 3c8a13c
.github/workflows/ci.yaml
@@ -74,4 +74,4 @@ jobs:
74
run: make docs
75
76
- name: Check for unstaged files
77
- run: ./scripts/check_unstaged.sh
+ run: git diff --exit-code
scripts/check_unstaged.sh
0 commit comments