mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-21 12:05:15 +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
Notes:
sideshowbarker
2024-07-17 18:57:04 +09:00
Author: https://github.com/IdanHo Commit: https://github.com/SerenityOS/serenity/commit/0a93bf5e7b Pull-request: https://github.com/SerenityOS/serenity/pull/12467 Reviewed-by: https://github.com/kleinesfilmroellchen ✅
1 changed files with 1 additions and 0 deletions
|
@ -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)/
|
||||
|
|
Loading…
Add table
Reference in a new issue