Skip to content

backport of commit cc7a5ed7e226111c07fd7740d74acfeaa29a8fe9 #3450

backport of commit cc7a5ed7e226111c07fd7740d74acfeaa29a8fe9

backport of commit cc7a5ed7e226111c07fd7740d74acfeaa29a8fe9 #3450

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