Skip to content

ci: Add GitHub action linting workflow #2

ci: Add GitHub action linting workflow

ci: Add GitHub action linting workflow #2

Workflow file for this run

name: GitHub action linting
on:
push:
branches:
- main
paths:
- '.github/workflows/**'
pull_request:
paths:
- '.github/workflows/**'
jobs:
actionlint:
name: actionlint
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Run actionlint
uses: reviewdog/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
reporter: github-pr-review
level: error
invalid_parameter: this-does-not-exist