Skip to content

Update values.yaml #803

Update values.yaml

Update values.yaml #803

Workflow file for this run

name: Lint YAML Files
on:
push:
branches:
- main
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.7
- name: Install
run: pip install yamllint
- name: Run linter
run: yamllint .