We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
just fix
1 parent 51eaf1e commit da50317Copy full SHA for da50317
.justfile
@@ -72,6 +72,7 @@ check-commits REFS='main..':
72
# Fixes common issues. Files need to be git add'ed
73
fix:
74
#!/usr/bin/env bash
75
+ set -euo pipefail
76
if ! git diff-files --quiet ; then
77
echo "Working tree has changes. Please stage them: git add ."
78
exit 1
0 commit comments