Skip to content

ci: add action lint workflow #9

ci: add action lint workflow

ci: add action lint workflow #9

Workflow file for this run

name: Action Lint
on:
pull_request:
permissions:
pull-requests: write
jobs:
action-lint:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: actionlint
uses: reviewdog/action-actionlint@v1.65.2
with:
github_token: ${{ secrets.GH_PAT }}
reporter: github-pr-check
actionlint_flags: ".github/workflows/*.yml .github/workflows/*.yaml actions/**/*.yml actions/**/*.yaml"