Skip to content

Commit 8d3c5fe

Browse files
committed
Add a script for automating check execution.
1 parent 6c63c7d commit 8d3c5fe

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

tools/check.sh

+7
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)