We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06bfd1a commit f82ec16Copy full SHA for f82ec16
.pre-commit
@@ -1,6 +1,9 @@
1
#!/bin/bash
2
3
- # If there are whitespace errors, print the offending file names and fail.
+# Give execute permission to the pre-commit hook script
4
+chmod +x "$0"
5
+
6
+# If there are whitespace errors, print the offending file names and fail.
7
# git diff-index --check --cached $against --
8
9
# Execute steps extracted from GitHub Actions
0 commit comments