We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c63c7d commit 8d3c5feCopy full SHA for 8d3c5fe
tools/check.sh
@@ -0,0 +1,7 @@
1
+#!/bin/sh
2
+set -ex
3
+./tools/find-broken-redirects
4
+./tools/find-missing
5
+./tools/find-orphans
6
+./tools/find-whitespace
7
+yamllint docs/
0 commit comments