org-rw/extra-tests/check_all.sh
2020-12-10 00:22:22 +01:00

13 lines
188 B
Bash

#!/bin/sh
set -eu
# Get to the script's directory
cd "`dirname $0`"
# Update the extra submodules
git submodule update --init --recursive .
# Run all checks
python3 org_dom_check.py .