Skip to content

Add PodDisruptionBudget(PDB) for relations and spiceDB #6

Add PodDisruptionBudget(PDB) for relations and spiceDB

Add PodDisruptionBudget(PDB) for relations and spiceDB #6

Workflow file for this run

name: lint deploy yaml
on:
pull_request:
branches: [ 'main' ]
paths:
- deploy/kessel-relations-deploy.yaml
permissions:
contents: read
jobs:
lint-yaml:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install yamllint
run: pip install yamllint
- name: Lint YAML files
run: yamllint deploy/kessel-relations-deploy.yaml -c .github/workflows/.yamllint