mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-25 17:25:08 +02:00
Meta: Add the check-style target unconditionally
Python3 is guaranteed to be available as we require it to run some generators.
This commit is contained in:
Notes:
github-actions[bot]
2026-04-20 22:42:38 +00:00
Author: https://github.com/cqundefine Commit: https://github.com/LadybirdBrowser/ladybird/commit/61c6b9230ae Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/8674 Reviewed-by: https://github.com/ADKaster ✅ Reviewed-by: https://github.com/konradekk
@@ -172,9 +172,7 @@ add_custom_target(lint-shell-scripts
|
||||
USES_TERMINAL
|
||||
)
|
||||
|
||||
if (Python3_FOUND)
|
||||
add_custom_target(check-style
|
||||
COMMAND ${Python3_EXECUTABLE} "${ladybird_SOURCE_DIR}/Meta/check-style.py"
|
||||
USES_TERMINAL
|
||||
)
|
||||
endif()
|
||||
add_custom_target(check-style
|
||||
COMMAND ${Python3_EXECUTABLE} "${ladybird_SOURCE_DIR}/Meta/check-style.py"
|
||||
USES_TERMINAL
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user