Skip to content

chore(deps): update docker/setup-buildx-action action to v3 #27

chore(deps): update docker/setup-buildx-action action to v3

chore(deps): update docker/setup-buildx-action action to v3 #27

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@b00d2ab43a360f25846817aa225d3b39001affc3 # v1.9.0
with:
reporter: github-pr-review
filter_mode: nofilter
yamllint_flags: 'apis/'
fail_on_error: true