Skip to content

updates for git issues #3, #4, #5, #6, #7, #8 #4

updates for git issues #3, #4, #5, #6, #7, #8

updates for git issues #3, #4, #5, #6, #7, #8 #4

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/[email protected]
with:
reporter: github-pr-review
filter_mode: nofilter
yamllint_flags: 'apis/'
fail_on_error: true