Skip to content

fix(deps)!: Update dependency source-aws to v33 #2227

fix(deps)!: Update dependency source-aws to v33

fix(deps)!: Update dependency source-aws to v33 #2227

Workflow file for this run

# This workflow is copied from the official helm chart testing repo
# https://github.com/helm/charts-repo-actions-demo/blob/main/.github/workflows/lint-test.yaml
name: Lint and Test Charts
on: pull_request
permissions:
contents: read
jobs:
lint-test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
with:
fetch-depth: 0
- name: Set up Helm
uses: azure/setup-helm@v4
with:
version: v3.8.1
# Python is required because `ct lint` runs Yamale (https://github.com/23andMe/Yamale) and
# yamllint (https://github.com/adrienverge/yamllint) which require Python
- name: Set up Python
uses: actions/setup-python@v6
with:
python-version: 3.14.2
- name: Set up chart-testing
uses: helm/chart-testing-action@v2.8.0
- name: Run chart-testing (lint PR)
if: ${{ !startsWith(github.head_ref || '', 'release-please-') }}
run: make lint-pr
- name: Run chart-testing (lint release)
if: ${{ startsWith(github.head_ref || '', 'release-please-') }}
run: make lint
- name: Run chart-testing (test)
run: ./scripts/e2e-kind.sh