Skip to content

fix: harden auth, retry, and transfer reliability #41

fix: harden auth, retry, and transfer reliability

fix: harden auth, retry, and transfer reliability #41

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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- run: helm lint charts/ocync
- run: helm template ocync charts/ocync