Skip to content

Build(deps): Bump helm.sh/helm/v3 from 3.20.2 to 3.21.4 #9143

Build(deps): Bump helm.sh/helm/v3 from 3.20.2 to 3.21.4

Build(deps): Bump helm.sh/helm/v3 from 3.20.2 to 3.21.4 #9143

name: test-and-build
on:
pull_request: {}
workflow_call: {}
jobs:
unit-test:
name: Unit tests
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 #v7.0.1
with:
fetch-depth: 0
- name: Setup build environment
uses: ./.github/actions/setup-build
- name: Unit test
run: |
make build
make unit-test-no-generate
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 #v7.0.1
with:
fetch-depth: 0
- name: Setup build environment
uses: ./.github/actions/setup-build
- name: Check go.mod and go.sum
run: make check-gomod
- name: Check schema.json
run: make check-schema
- name: Lint
run: make lint