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

https://github.com/ivy-llc/workflows


https://github.com/ivy-llc/workflows

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

# Workflows

This repo holds common workflows that are used by other repos, check [Reusing workflows docs](https://docs.github.com/en/actions/using-workflows/reusing-workflows) from GitHub docs to learn more you they are made.

## Use common workflows

Workflows here can be called as described in the [Reusing workflows docs](https://docs.github.com/en/actions/using-workflows/reusing-workflows). Also, you can add them easily to your repo by using [starter workflows](https://docs.github.com/en/actions/using-workflows/using-starter-workflows).

## Add new workflows

[Reusing workflows docs](https://docs.github.com/en/actions/using-workflows/reusing-workflows) describes how to add new workflows to this repo. After adding your workflow you will need to add it as a starter workflow as described in the [creating starter workflows for your organization docs](https://docs.github.com/en/actions/using-workflows/creating-starter-workflows-for-your-organization) to make it available to other repos.