Skip to content

Bump mikepenz/action-junit-report from 6.3.1 to 6.4.0 #89

Bump mikepenz/action-junit-report from 6.3.1 to 6.4.0

Bump mikepenz/action-junit-report from 6.3.1 to 6.4.0 #89

name: GitHub Actions Lint
on:
pull_request:
paths:
- '.github/workflows/**'
jobs:
github_actions_lint:
name: Run actionlint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5.0.0
- uses: reviewdog/action-actionlint@v1.71.0
with:
fail_on_error: true
filter_mode: diff_context
github_token: ${{ secrets.GITHUB_TOKEN }}
reporter: github-pr-review