Skip to content

ci: adds actionlint workflow #2

ci: adds actionlint workflow

ci: adds actionlint workflow #2

Workflow file for this run

name: Lint GitHub Actions workflows
on:
push:
branches:
- develop
pull_request:
paths:
- '.github/**'
permissions: read-all
jobs:
actionlint:
runs-on: ubuntu-latest
steps:
- name: Checkout the repository
uses: actions/checkout@v4
- name: Add problem matcher
run: echo "::add-matcher::.github/actionlint-matcher.json"
- name: Check workflow files
uses: docker://rhysd/actionlint:1.7.4
with:
args: -color -shellcheck=