org-rw/extra-tests/check_all.sh

13 lines
188 B
Bash
Raw Normal View History

2020-12-09 23:22:22 +00:00
#!/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 .