Skip to content

πŸ”„ synced file(s) with upbound/sa-up #226

πŸ”„ synced file(s) with upbound/sa-up

πŸ”„ synced file(s) with upbound/sa-up #226

Workflow file for this run

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