Skip to content

Bump github.com/Masterminds/sprig/v3 from 3.2.3 to 3.3.0 #406

Bump github.com/Masterminds/sprig/v3 from 3.2.3 to 3.3.0

Bump github.com/Masterminds/sprig/v3 from 3.2.3 to 3.3.0 #406

Workflow file for this run

name: Lint Helm Charts
on:
pull_request:
types:
- opened
- synchronize
branches:
- main
- release-*
push:
branches:
- main
- release-*
jobs:
lint-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
name: Checkout code
- name: Set up Helm
uses: azure/[email protected]
with:
version: v3.14.4
- name: Lint Helm Charts
run: helm lint deployments/helm/*