Skip to content

Update Docs Theme

Update Docs Theme #124

Workflow file for this run

name: Lint
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- name: Set up Helm
uses: azure/setup-helm@9bc31f4ebc9c6b171d7bfbaa5d006ae7abdb4310 # v5.0.1
- name: Helm lint
run: helm lint .
- name: Helm template (without NebariApp)
run: helm template test . --set nebariapp.enabled=false
- name: Helm template (with NebariApp)
run: helm template test . --set nebariapp.hostname=nebi.example.com