Skip to content

chore(deps): update reviewdog/action-yamllint action to v1.11.0 #8

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

chore(deps): update reviewdog/action-yamllint action to v1.11.0 #8

Workflow file for this run

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