- 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
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