Skip to content

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

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

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

Workflow file for this run

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