Skip to content

feat(kgateway-operations): use datasource template variable in kgatew… #8

feat(kgateway-operations): use datasource template variable in kgatew…

feat(kgateway-operations): use datasource template variable in kgatew… #8

Workflow file for this run

name: Lint Helm Charts
on:
pull_request: { }
merge_group:
types: [checks_requested]
concurrency:
group: ${{ github.workflow }}-${{ github.ref_name }}
cancel-in-progress: true
jobs:
lint-helm:
name: Lint Helm Charts
runs-on: ubuntu-22.04
timeout-minutes: 5
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v4
- name: Lint Helm Charts
run: make lint-charts