Skip to content

build: Rename chart as bibxml-service #5

build: Rename chart as bibxml-service

build: Rename chart as bibxml-service #5

Workflow file for this run

name: Helm Config Check
on:
push:
branches: [ main ]
paths:
- 'helm/**'
pull_request:
branches: [ main ]
paths:
- 'helm/**'
jobs:
helm-config-check:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Helm
uses: azure/setup-helm@v3
- name: Lint Helm Chart
run: |
helm lint ./helm