Skip to content

feat: documentation site #24

feat: documentation site

feat: documentation site #24

Workflow file for this run

name: Helm
on:
pull_request:
paths:
- "charts/**"
- ".github/workflows/helm.yml"
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- run: helm lint charts/ocync
- run: helm template ocync charts/ocync