Skip to content

chore(deps): update actions/checkout digest to 11bd719 - autoclosed #82

chore(deps): update actions/checkout digest to 11bd719 - autoclosed

chore(deps): update actions/checkout digest to 11bd719 - autoclosed #82

Workflow file for this run

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