Skip to content

Merge pull request #209 from 1Password/andi/update-connect-api-resour… #477

Merge pull request #209 from 1Password/andi/update-connect-api-resour…

Merge pull request #209 from 1Password/andi/update-connect-api-resour… #477

Workflow file for this run

name: Lint charts
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Set up Helm
uses: azure/setup-helm@v1
with:
version: v3.4.1
# Set up Python for ct lint, which needs Python for Yamale and yamllint
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.7
- name: Set up ct CLI
uses: helm/[email protected]
with:
version: v3.3.0
- name: Lint chart
run: ct lint --config ct.yaml