mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 04:57: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:
parent
c8ab45e79f
commit
0a93bf5e7b
1 changed files with 1 additions and 0 deletions
|
@ -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)/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue