Skip to content

chore(deps): update actions/setup-python action to v4.8.0 - autoclosed #71

chore(deps): update actions/setup-python action to v4.8.0 - autoclosed

chore(deps): update actions/setup-python action to v4.8.0 - autoclosed #71

Workflow file for this run

---
name: Lint (Helm)
on: # yamllint disable-line rule:truthy
pull_request:
types: [opened, synchronize]
paths:
- .github/workflows/lint.helm.yml
- charts/**
jobs:
# Lint all charts using the official chart-testing CLI.
chart_testing:
name: Chart testing
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
fetch-depth: 0
- uses: azure/setup-helm@5119fcb9089d432beecbf79bb2c7915207344b78 # tag=v3.5
- uses: actions/setup-python@b64ffcaf5b410884ad320a9cfac8866006a109aa # v4.8.0
with:
python-version: '3.9'
check-latest: true
- uses: helm/chart-testing-action@e6669bcd63d7cb57cb4380c33043eebe5d111992 # v2.6.1
- name: Run chart-testing (lint)
run: ct lint --target-branch ${{ github.event.pull_request.base.ref }}