We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9305a6 commit 6db134dCopy full SHA for 6db134d
.github/no-unstaged-files.sh
@@ -1,5 +1,7 @@
1
#!/bin/bash
2
3
+git diff
4
+
5
if [[ "$(git status --porcelain)" != "" ]]; then
6
git status
7
echo "::error::💥 Unstaged changes detected. Locally try running: npm run prettier && npm run lint --fix && npm run build"
0 commit comments