Skip to content

Bump github.com/prometheus-operator/prometheus-operator/pkg/apis/moni… #36

Bump github.com/prometheus-operator/prometheus-operator/pkg/apis/moni…

Bump github.com/prometheus-operator/prometheus-operator/pkg/apis/moni… #36

Workflow file for this run

name: Lint Helm Charts
on:
push:
branches:
- main
- release-*
- "pull-request/[0-9]+"
jobs:
lint-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
name: Checkout code
- name: Set up Helm
uses: azure/setup-helm@v4.3.1
with:
version: v3.14.4
- name: Lint Helm Charts
run: helm lint deployments/helm/*