Skip to content

add support for menu groups #74

add support for menu groups

add support for menu groups #74

Workflow file for this run

---
name: "yamllint"
on: # yamllint disable-line rule:truthy
- "push"
- "pull_request"
jobs:
lintAllTheThings:
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v3"
- name: "yaml-lint"
uses: "ibiqlik/action-yamllint@v3"
with:
strict: "true"
file_or_dir: "data manifests"