Skip to content

Collection of github actions reusable workflow and actions

License

Notifications You must be signed in to change notification settings

OKDP/gh-workflows

Repository files navigation

License Apache2 release-please

Collection of github actions reusable workflows and actions shared by the OKDP platform components (helm charts, docker images, etc)

Using the reusable workflows

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