Skip to content

Switch to build-module targets for e2e, uptest, render and yamllint and pull out project-specifc settings #104

Switch to build-module targets for e2e, uptest, render and yamllint and pull out project-specifc settings

Switch to build-module targets for e2e, uptest, render and yamllint and pull out project-specifc settings #104

Workflow file for this run

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