Skip to content

feat: add actionlint workflow #1

feat: add actionlint workflow

feat: add actionlint workflow #1

Workflow file for this run

name: Lint GitHub Actions workflows
on:
push:
paths:
- '**.yml'
pull_request:
workflow_dispatch:
jobs:
actionlint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up problem matchers for actionlint
run: |
curl -s -o actionlint-matcher.json https://raw.githubusercontent.com/rhysd/actionlint/main/.github/actionlint-matcher.json
echo "::add-matcher::$(pwd)/actionlint-matcher.json"
- name: Run actionlint
uses: docker://rhysd/actionlint:latest
with:
args: -color -shellcheck=