Skip to content

backport of commit 00b88bda741a384e47e8303335380846cd194e4c #4111

backport of commit 00b88bda741a384e47e8303335380846cd194e4c

backport of commit 00b88bda741a384e47e8303335380846cd194e4c #4111

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@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
- name: "Check workflow files"
uses: docker://docker.mirror.hashicorp.services/rhysd/actionlint:latest