diff options
author | Idan Horowitz <idan.horowitz@gmail.com> | 2022-02-12 19:18:12 +0200 |
---|---|---|
committer | Idan Horowitz <idan.horowitz@gmail.com> | 2022-02-13 02:36:35 +0200 |
commit | 0a93bf5e7b9519ba2402ef0ccf37dbf389665098 (patch) | |
tree | 3ff708b255ebf3cbdd28b00186dbc65dddc82065 /Meta/Azure | |
parent | c8ab45e79fd5845402c6aaf69890e103036e16ef (diff) | |
download | serenity-0a93bf5e7b9519ba2402ef0ccf37dbf389665098.zip |
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.
Diffstat (limited to 'Meta/Azure')
-rw-r--r-- | Meta/Azure/Lagom.yml | 1 |
1 files changed, 1 insertions, 0 deletions
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)/ |