Meta: Actually run gml-format in CI
Third time's a charm.
This commit is contained in:
parent
a8e329461f
commit
ab14abc40f
Notes:
sideshowbarker
2024-07-17 20:33:50 +09:00
Author: https://github.com/IdanHo Commit: https://github.com/SerenityOS/serenity/commit/ab14abc40f Pull-request: https://github.com/SerenityOS/serenity/pull/12552
1 changed files with 1 additions and 0 deletions
|
@ -112,6 +112,7 @@ jobs:
|
|||
workingDirectory: $(Build.SourcesDirectory)/
|
||||
env:
|
||||
MARKDOWN_CHECK_BINARY: ./Meta/Lagom/Build/markdown-check
|
||||
GML_FORMAT: ./Meta/Lagom/Build/gml-format
|
||||
# FIXME: enable detect_stack_use_after_return=1 #7420
|
||||
ASAN_OPTIONS: 'strict_string_checks=1:check_initialization_order=1:strict_init_order=1'
|
||||
UBSAN_OPTIONS: 'print_stacktrace=1:print_summary=1:halt_on_error=1'
|
||||
|
|
Loading…
Add table
Reference in a new issue