Skip to content

chore(deps): Go 1.25; Github actions improvements #162

chore(deps): Go 1.25; Github actions improvements

chore(deps): Go 1.25; Github actions improvements #162

Workflow file for this run

on:
pull_request:
paths:
- 'charts/aks-node-termination-handler/**'
- '.github/workflows/chart-test.yml'
jobs:
lint-test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
with:
fetch-depth: 0
- name: Set up Helm
uses: azure/setup-helm@1a275c3b69536ee54be43f2070a358922e12c8d4 # v4
- uses: actions/setup-python@v6
- name: Set up chart-testing
uses: helm/chart-testing-action@v2
- name: Run chart-testing (lint)
run: ct lint --target-branch main