Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 1009 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 1009 Bytes

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