CI: Remove actionline step 82/72082/1
authorAndrew Grimberg <agrimberg@linuxfoundation.org>
Sat, 2 Sep 2023 14:20:44 +0000 (07:20 -0700)
committerAndrew Grimberg <agrimberg@linuxfoundation.org>
Sat, 2 Sep 2023 14:20:44 +0000 (07:20 -0700)
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 <agrimberg@linuxfoundation.org>
.github/workflows/gerrit-verify.yaml

index ac1bf58..2a59d81 100644 (file)
@@ -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