1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 21:27:45 +00:00

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

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