Skip to content

Update RuboCop and fix new offenses #499

Update RuboCop and fix new offenses

Update RuboCop and fix new offenses #499

name: GitHub Actions Lint
on:
pull_request:
# If updating `paths` then update github-actions-lint-none.yml to match
paths:
- '.github/workflows/**/*.yaml'
- '.github/workflows/**/*.yml'
jobs:
github_actions_lint:
name: Run actionlint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: reviewdog/action-actionlint@v1
with:
fail_on_error: true
filter_mode: nofilter # added (default), diff_context, file, nofilter
github_token: ${{ secrets.GITHUB_TOKEN }}
reporter: github-pr-check