Skip to content

Commit

Permalink
Add a script for automating execution.
Browse files Browse the repository at this point in the history
  • Loading branch information
SadieCat committed Jan 20, 2025
1 parent 6c63c7d commit 4a8180a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tools/check.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/sh
set -ex
./tools/find-broken-redirects
./tools/find-missing
./tools/find-orphans
./tools/find-whitespace
yamllint docs/

0 comments on commit 4a8180a

Please sign in to comment.