From a651887a3de21dc526d88a8d527b969bce9afa32 Mon Sep 17 00:00:00 2001 From: Andrew Grimberg Date: Sat, 2 Sep 2023 07:20:44 -0700 Subject: [PATCH] CI: Remove actionline step Actionlint is throwing shellcheck errors on bash that cannot be worked around at this time. Issue: RELENG-4764 Change-Id: If5fe2c320616b19f7cc13557de4386b3ffd3264c Signed-off-by: Andrew Grimberg --- .github/workflows/gerrit-verify.yaml | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/.github/workflows/gerrit-verify.yaml b/.github/workflows/gerrit-verify.yaml index ac1bf58..2a59d81 100644 --- a/.github/workflows/gerrit-verify.yaml +++ b/.github/workflows/gerrit-verify.yaml @@ -63,22 +63,6 @@ jobs: - name: Allow replication run: sleep 10s - actionlint: - needs: prepare - runs-on: ubuntu-latest - steps: - - uses: lfit/checkout-gerrit-change-action@v0.4 - with: - gerrit-refspec: ${{ inputs.GERRIT_REFSPEC }} - delay: "0s" - - name: Download actionlint - id: get_actionlint - run: bash <(curl https://raw.githubusercontent.com/rhysd/actionlint/main/scripts/download-actionlint.bash) - shell: bash - - name: Check workflow files - run: ${{ steps.get_actionlint.outputs.executable }} -color - shell: bash - # run pre-commit tox env separately to get use of more parallel processing pre-commit: needs: prepare @@ -203,7 +187,7 @@ jobs: vote: if: ${{ always() }} - needs: [prepare, actionlint, pre-commit, packer-validator] + needs: [prepare, pre-commit, packer-validator] runs-on: ubuntu-latest steps: - name: Get workflow conclusion -- 2.16.6