Skip to content

refactor: use single pod for bibxml deployment #2

refactor: use single pod for bibxml deployment

refactor: use single pod for bibxml deployment #2

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