ci: Bring back yamllint and shellcheck

These have been disabled for a while, but shouldn't have been.

Signed-off-by: Daniel Stone <daniels@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/30978>
This commit is contained in:
Daniel Stone
2024-09-02 12:38:31 +01:00
committed by Marge Bot
parent 5aea59c37e
commit 28aafcfaef
3 changed files with 15 additions and 7 deletions

View File

@@ -57,6 +57,12 @@ function section_start {
[ "$state_x" -eq 0 ] || set -x
}
function uncollapsed_section_start {
x_off 2>/dev/null
build_section_start "" $*
[ "$state_x" -eq 0 ] || set -x
}
function build_section_end {
echo -e "\e[0Ksection_end:$(date +%s):$1\r\e[0K"
CURRENT_SECTION=""