Skip to content

Move actionlint problem-matcher inline so it works cross-repo. #145

Move actionlint problem-matcher inline so it works cross-repo.

Move actionlint problem-matcher inline so it works cross-repo. #145

Workflow file for this run

name: Lint GitHub Actions
on:
push:
paths: ['.github/workflows/**', '.github/actions/**', '.github/actionlint.yml']
jobs:
actionlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
show-progress: false
- uses: alphagov/govuk-infrastructure/.github/actions/actionlint@main