We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7701983 commit 25a599fCopy full SHA for 25a599f
dist/validate-links.sh
@@ -1,4 +1,6 @@
1
#!/bin/bash
2
+set -o errexit
3
+set -o pipefail
4
5
CONTENT_DIR="content"
6
EXIT_CODE=0
0 commit comments