Skip to content

Introduce actionlint to lint GitHub Actions workflows #1

Introduce actionlint to lint GitHub Actions workflows

Introduce actionlint to lint GitHub Actions workflows #1

Workflow file for this run

name: Lint GitHub Actions workflows
on:
push:
paths:
- '.github/workflows/*.yml'
pull_request:
paths:
- '.github/workflows/*.yml'
jobs:
actionlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Check workflow files
uses: docker://rhysd/actionlint:latest