Skip to content

Bump helm/chart-releaser-action from 1.4.1 to 1.6.0 #17

Bump helm/chart-releaser-action from 1.4.1 to 1.6.0

Bump helm/chart-releaser-action from 1.4.1 to 1.6.0 #17

Workflow file for this run

name: Lint Charts
on:
pull_request:
branches:
- main
jobs:
lint-test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Setup
uses: ./.github/actions/setup
with:
create-kind-cluster: "false"
- name: Run chart-testing (lint)
run: ct lint --target-branch main --chart-repos opentelemetry-collector=https://open-telemetry.github.io/opentelemetry-helm-charts,prometheus=https://prometheus-community.github.io/helm-charts,grafana=https://grafana.github.io/helm-charts
- name: Run make check-examples
run: make check-examples