Skip to content

[charts/portal] Merging stable to develop/portal #358

[charts/portal] Merging stable to develop/portal

[charts/portal] Merging stable to develop/portal #358

Workflow file for this run

name: Lint and Test Charts
on:
pull_request:
branches:
- stable
- develop/gateway
- develop/portal
jobs:
lint-test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup Helm
uses: azure/[email protected]
with:
version: v3.13.3
- uses: actions/setup-python@v5
with:
python-version: '3.10'
- name: Set up chart-testing
uses: helm/[email protected]
- name: Run chart-testing (lint)
run: ct lint --config .github/ct-lint.yaml --check-version-increment true --target-branch stable
- name: Run version-check
run: .github/version-check.sh