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.
This commit is contained in:
Idan Horowitz 2022-02-12 19:18:12 +02:00
parent c8ab45e79f
commit 0a93bf5e7b
Notes: sideshowbarker 2024-07-17 18:57:04 +09:00

View file

@ -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)/