Meta: Show GML formatting issues after lint

This commit is contained in:
Ali Mohammad Pur 2024-04-30 16:18:23 +02:00 committed by Andrew Kaster
parent eaa2d69d73
commit 7f39142f0f
Notes: sideshowbarker 2024-07-17 05:01:20 +09:00

View File

@ -2,6 +2,8 @@
set -e
trap 'git diff --exit-code' EXIT
script_path=$(cd -P -- "$(dirname -- "$0")" && pwd -P)
cd "${script_path}/.." || exit 1