Explorar o código

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.
Idan Horowitz %!s(int64=3) %!d(string=hai) anos
pai
achega
0a93bf5e7b
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      Meta/Azure/Lagom.yml

+ 1 - 0
Meta/Azure/Lagom.yml

@@ -105,6 +105,7 @@ jobs:
       - script: |
       - script: |
           set -e
           set -e
           ./Meta/check-markdown.sh
           ./Meta/check-markdown.sh
+          ./Meta/lint-gml-format.sh
           git ls-files '*.ipc' | xargs ./Meta/Lagom/Build/Tools/IPCMagicLinter/IPCMagicLinter
           git ls-files '*.ipc' | xargs ./Meta/Lagom/Build/Tools/IPCMagicLinter/IPCMagicLinter
         displayName: 'Run lints that require Lagom'
         displayName: 'Run lints that require Lagom'
         workingDirectory: $(Build.SourcesDirectory)/
         workingDirectory: $(Build.SourcesDirectory)/