Skip to content

backport of commit 399588e2175876674fe73a2104d54347feb74dfb #700

backport of commit 399588e2175876674fe73a2104d54347feb74dfb

backport of commit 399588e2175876674fe73a2104d54347feb74dfb #700

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@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
- name: Check workflow files
uses: docker://docker.mirror.hashicorp.services/rhysd/actionlint@sha256:3f24bf9d72ca67af6f9f8f3cc63b0e24621b57bf421cecfc452c3312e32b68cc # 1.6.24
with:
args: -color -ignore SC2129 -ignore "'property \"download-path\" is not defined in object type'"