Skip to content

Add GitHub Actions workflow linting using actionlint #7

Add GitHub Actions workflow linting using actionlint

Add GitHub Actions workflow linting using actionlint #7

Workflow file for this run

name: Lint GitHub Actions workflows
on:
pull_request:
paths:
- ".github/workflows/**"
jobs:
actionlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run actionlint
uses: docker://rhysd/actionlint:1.7.11
with:
args: -color