Skip to content

chore(deps): update update mend renovate docker images to v14.2.0 #440

chore(deps): update update mend renovate docker images to v14.2.0

chore(deps): update update mend renovate docker images to v14.2.0 #440

Workflow file for this run

name: Lint charts
on:
merge_group:
pull_request:
paths:
- 'helm-charts/**'
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
fetch-depth: 0
- name: Set up Helm
uses: azure/setup-helm@5119fcb9089d432beecbf79bb2c7915207344b78 # v3.5
with:
version: v3.12.2 # renovate: datasource=github-releases depName=helm packageName=helm/helm
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
with:
python-version: "3.10"
- name: Set up chart-testing
uses: helm/chart-testing-action@6ec842c01de15ebb84c8627d2744a0c2f2755c9f # v2.8.0
- name: lint charts
run: ct lint --config .github/ct.yaml