Collection of github actions reusable workflows and actions shared by the OKDP platform components (helm charts, docker images, etc)
The example below shows how to reuse the workflow helm-lint.yml
with the version main
in your github repository:
name: ci
on:
push:
jobs:
ci:
name: ci
uses: okdp/workflows/.github/gh-workflows/helm-lint-template.yml@v1