Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/okdp/gh-workflows
- Owner: OKDP
- License: apache-2.0
- Created: 2024-07-16T11:58:42.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-16T15:17:16.000Z (6 months ago)
- Last Synced: 2024-07-17T15:00:10.066Z (6 months ago)
- Topics: ci, cicd, github-actions, okdp
- Homepage: https://okdp.io
- Size: 56.6 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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
```