diff --git a/ms-store.json b/ms-store.json index 32960f8..0d4f101 100644 --- a/ms-store.json +++ b/ms-store.json @@ -1,2 +1,2 @@ [ -] \ No newline at end of file +] diff --git a/utility/check.py b/utility/check.py index 190c203..193ae7c 100644 --- a/utility/check.py +++ b/utility/check.py @@ -31,7 +31,9 @@ def main(): if valid: print(f"✅ {filename} is valid") else: - print(f"❌ {filename} is invalid: {error}") + print(f"::group::❌ {filename} is invalid") + print(error) + print("::endgroup::") validation_failed = True if validation_failed: