Skip to content

backport of commit a0a21f82ca40d2504b3c002f38ccf1b922262d5a #1971

backport of commit a0a21f82ca40d2504b3c002f38ccf1b922262d5a

backport of commit a0a21f82ca40d2504b3c002f38ccf1b922262d5a #1971

Workflow file for this run

name: Lint GitHub Actions workflows
on:
push:
paths:
- ".github/workflows/*.yml"
permissions:
contents: read
jobs:
actionlint:
runs-on: ${{ fromJSON(vars.RUNNER) }}
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: Check workflow files
uses: docker://docker.mirror.hashicorp.services/rhysd/actionlint@sha256:5acca218639222e4afbc82fc6e9ef56cbe646ade3b07f3f5ec364b638258a244
with:
args: -color -ignore SC2129 -ignore "'property \"download-path\" is not defined in object type'"