Skip to content

backport of commit 52f0b40f4c3a670ffa00bc8f87ad5a15c82c02e8 (#23988) #3839

backport of commit 52f0b40f4c3a670ffa00bc8f87ad5a15c82c02e8 (#23988)

backport of commit 52f0b40f4c3a670ffa00bc8f87ad5a15c82c02e8 (#23988) #3839

Workflow file for this run

# If the repository is public, be sure to change to GitHub hosted runners
name: Lint GitHub Actions Workflows
on:
push:
paths:
- '.github/workflows/**'
permissions:
contents: read
jobs:
actionlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: "Check workflow files"
uses: docker://docker.mirror.hashicorp.services/rhysd/actionlint:latest