Skip to content

backport of commit f4d2d1a306e6f86e5c0eca8059d9b9cb3826ce94 #4605

backport of commit f4d2d1a306e6f86e5c0eca8059d9b9cb3826ce94

backport of commit f4d2d1a306e6f86e5c0eca8059d9b9cb3826ce94 #4605

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