Files
Bubberstation/tools/ci/check_misc.sh
2021-08-15 15:17:11 -07:00

6 lines
186 B
Bash

#!/bin/bash
set -euo pipefail
find . -name "*.php" -print0 | xargs -0 -n1 php -l
find . -name "*.json" -not -path "*/node_modules/*" -print0 | xargs -0 python3 ./tools/json_verifier.py