Skip to content

Parameterize relations service memory,cpu requests and limits #12

Parameterize relations service memory,cpu requests and limits

Parameterize relations service memory,cpu requests and limits #12

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
- uses: actions/setup-python@v5
with:
python-version: '3.12'
- name: Install yamllint
run: pip install yamllint
- name: Lint YAML files
run: yamllint deploy/kessel-relations-deploy.yaml -c .github/workflows/.yamllint