Skip to content

Add support for multiple watched namespaces #1199

Add support for multiple watched namespaces

Add support for multiple watched namespaces #1199

Workflow file for this run

---
name: Yaml Lint
permissions: {}
on:
- push
- pull_request
jobs:
lintAllTheThings:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
- name: yaml-lint
# this is v3.1.1
uses: ibiqlik/action-yamllint@2576378a8e339169678f9939646ee3ee325e845c
with:
file_or_dir: config/**/*.yaml e2e/*.yaml
config_file: .yamllint.yaml