Skip to content

fix(deps): update module github.com/prometheus/client_golang to v1.19.1 #335

fix(deps): update module github.com/prometheus/client_golang to v1.19.1

fix(deps): update module github.com/prometheus/client_golang to v1.19.1 #335

Workflow file for this run

name: Lint Charts
on:
pull_request:
branches:
- 'master'
push:
branches:
- 'master'
jobs:
lint-test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Set up Helm
uses: azure/setup-helm@v3
with:
version: v3.7.1
- uses: actions/setup-python@v2
with:
python-version: 3.7
- name: Set up chart-testing
uses: helm/chart-testing-action@v2.3.1
- name: Run chart-testing (list-changed)
id: list-changed
run: |
changed=$(ct --config .github/ct.yaml list-changed)
if [[ -n "$changed" ]]; then
echo "::set-output name=changed::true"
fi
- name: Run chart-testing (lint)
run: ct --config .github/ct.yaml lint