Skip to content

Add fail_level and deduplicate fail_on_error #34

Add fail_level and deduplicate fail_on_error

Add fail_level and deduplicate fail_on_error #34

Workflow file for this run

---
name: yamllint
on: [pull_request]
jobs:
yamllint:
name: check / yamllint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: yamllint
uses: reviewdog/action-yamllint@v1
with:
github_token: ${{ secrets.github_token }}
reporter: github-pr-review
fail_on_error: true
yamllint_flags: '-d "{extends: default, rules: {truthy: disable}}" .'