Skip to content

Bump reviewdog/action-actionlint from 1.43.0 to 1.46.0 #58

Bump reviewdog/action-actionlint from 1.43.0 to 1.46.0

Bump reviewdog/action-actionlint from 1.43.0 to 1.46.0 #58

name: GitHub Actions Lint
on:
pull_request:
paths:
- '.github/workflows/**'
jobs:
github_actions_lint:
name: Run actionlint
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: reviewdog/[email protected]
with:
fail_on_error: true
filter_mode: diff_context
github_token: ${{ secrets.GITHUB_TOKEN }}
reporter: github-pr-review