Remove old feed metrics and add a new one to track recently failing feeds. #616
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Helm Chart - Validate | |
on: | |
push: | |
branches: [ main ] | |
paths-ignore: | |
- changelog.d/**' | |
pull_request: | |
branches: [ main ] | |
paths-ignore: | |
- changelog.d/**' | |
workflow_dispatch: | |
jobs: | |
lint-helm: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- name: Lint Helm | |
uses: WyriHaximus/github-action-helm3@v3 | |
with: | |
exec: helm lint ./helm/hookshot/ | |
- name: Validate | |
uses: nlamirault/[email protected] | |
with: | |
charts: ./helm/ |