Skip to content

feat: swag at standing up Nautobot and OpenStack plumbing #4

feat: swag at standing up Nautobot and OpenStack plumbing

feat: swag at standing up Nautobot and OpenStack plumbing #4

Workflow file for this run

name: Validate Manifests
on:
push:
pull_request:
workflow_dispatch:
jobs:
lint-yaml:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: pip install yamllint
- run: yamllint -c .yamllint.yaml --format github .