retro-rpg/scripts/check-format.sh

3 lines
99 B
Bash
Executable File

scripts_dir=`dirname $0`
sh "$scripts_dir/sources.sh" | xargs -n 1 clang-format --dry-run --Werror