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:
@@ -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=""
|
||||
|
Reference in New Issue
Block a user