Skip to content

chore(deps): update reviewdog/action-yamllint action to v1.19.0 #92

chore(deps): update reviewdog/action-yamllint action to v1.19.0

chore(deps): update reviewdog/action-yamllint action to v1.19.0 #92

Workflow file for this run

name: yamllint
on: [pull_request]
jobs:
yamllint:
name: runner / yamllint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- name: yamllint
uses: reviewdog/action-yamllint@4e4ba96d03a0e12a0e71c29e5fef1db309d09201 # v1.18.0
with:
reporter: github-pr-review
filter_mode: nofilter
yamllint_flags: 'apis/'
fail_on_error: true