Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/okdp/gh-workflows

Collection of github actions reusable workflow and actions
https://github.com/okdp/gh-workflows

ci cicd github-actions okdp

Last synced: about 2 months ago
JSON representation

Collection of github actions reusable workflow and actions

Awesome Lists containing this project

README

        

[![License Apache2](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](http://www.apache.org/licenses/LICENSE-2.0)
[![release-please](https://github.com/okdp/gh-workflows/actions/workflows/release-please.yml/badge.svg)](https://github.com/okdp/gh-workflows/actions/workflows/release-please.yml)



Collection of github actions [reusable workflows](https://docs.github.com/en/actions/using-workflows/reusing-workflows) and [actions](https://docs.github.com/en/actions/creating-actions/about-custom-actions#about-custom-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:

```console
name: ci
on:
push:
jobs:
ci:
name: ci
uses: okdp/workflows/.github/gh-workflows/helm-lint-template.yml@v1
```