From aa00fb6dff9f29c4959bcd6e8ac0bf7efaa2a495 Mon Sep 17 00:00:00 2001 From: scarf Date: Wed, 6 Sep 2023 14:05:59 +0900 Subject: [PATCH] ci: do not check JSON styles in build.sh it's already handled in workflows/json.yml --- build-scripts/build.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/build-scripts/build.sh b/build-scripts/build.sh index 20b89748c375..4913d562d1bb 100755 --- a/build-scripts/build.sh +++ b/build-scripts/build.sh @@ -21,7 +21,6 @@ then elif [ -n "$TEST_STAGE" ] then build-scripts/lint-json.sh - make style-all-json-parallel RELEASE=1 tools/dialogue_validator.py data/json/npcs/* data/json/npcs/*/* data/json/npcs/*/*/* # Also build chkjson (even though we're not using it), to catch any