From 0a93bf5e7b9519ba2402ef0ccf37dbf389665098 Mon Sep 17 00:00:00 2001 From: Idan Horowitz Date: Sat, 12 Feb 2022 19:18:12 +0200 Subject: [PATCH] Meta: Actually run gml-format in CI Since gml-format is part of Lagom, it must be added to the post-lagom linters section, or else it won't ever actually run. --- Meta/Azure/Lagom.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/Meta/Azure/Lagom.yml b/Meta/Azure/Lagom.yml index cc153320b5..e0f54848b9 100644 --- a/Meta/Azure/Lagom.yml +++ b/Meta/Azure/Lagom.yml @@ -105,6 +105,7 @@ jobs: - script: | set -e ./Meta/check-markdown.sh + ./Meta/lint-gml-format.sh git ls-files '*.ipc' | xargs ./Meta/Lagom/Build/Tools/IPCMagicLinter/IPCMagicLinter displayName: 'Run lints that require Lagom' workingDirectory: $(Build.SourcesDirectory)/