From b09fb75a5e6bf132d1fc4fdaa451818e54e3814c Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 18 Feb 2022 17:56:36 +0100 Subject: [PATCH] Update builder.yaml --- .github/workflows/builder.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/builder.yaml b/.github/workflows/builder.yaml index 59a8a6180..2d5324338 100644 --- a/.github/workflows/builder.yaml +++ b/.github/workflows/builder.yaml @@ -1,3 +1,4 @@ +--- name: Builder env: @@ -48,7 +49,8 @@ jobs: - name: Check if add-on should be built id: check run: | - # shellcheck disable=SC2157,SC2086 + # yamllint disable rule:line-length + # shellcheck disable=SC2157,SC2086 if [[ "${{ steps.info.outputs.architectures }}" =~ ${{ matrix.arch }} ]]; then echo "::set-output name=build_arch::true"; echo "::set-output name=image::$(echo ${{ steps.info.outputs.image }} | cut -d'/' -f3)";