Skip to content

Update reviewdog actions with fail_level=any #10

Update reviewdog actions with fail_level=any

Update reviewdog actions with fail_level=any #10

Workflow file for this run

name: GitHub Actions Lint
on:
push:
branches:
- master
paths:
- '.github/workflows/**/*.yaml'
- '.github/workflows/**/*.yml'
pull_request:
paths:
- '.github/workflows/**/*.yaml'
- '.github/workflows/**/*.yml'
jobs:
actionlint:
name: Run actionlint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: reviewdog/action-actionlint@v1
with:
fail_level: any
filter_mode: nofilter
github_token: ${{ secrets.GITHUB_TOKEN }}
reporter: github-check