Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dynamods/workflows

collection of reusable workflows
https://github.com/dynamods/workflows

github-actions github-reusable-workflows

Last synced: 2 days ago
JSON representation

collection of reusable workflows

Awesome Lists containing this project

README

        

# Workflows

Collection of reusable workflows

## Reusable Workflows

| workflow | description | example workflow | status |
| -- | -- | -- | -- |
| [greeting.yml](.github/workflows/greeting.yml) | Greeting | [greeting_workflow.yml](.github/workflows/greeting_workflow.yml) | [![Greeting (Workflow)](https://github.com/DynamoDS/workflows/actions/workflows/greeting_workflow.yml/badge.svg)](https://github.com/DynamoDS/workflows/.github/workflows/greeting_workflow.yml) |
| [msbuild.yml](.github/workflows/msbuild.yml) | Build a project with msbuild | [msbuild_workflow.yml](.github/workflows/msbuild_workflow.yml) | [![MSBuild (Workflow)](https://github.com/DynamoDS/workflows/actions/workflows/msbuild_workflow.yml/badge.svg)](https://github.com/DynamoDS/workflows/actions/workflows/msbuild_workflow.yml) |
| [npm_build.yml](.github/workflows/npm_build.yml) | Build a project with npm | [npm_build_workflow.yml](.github/workflows/npm_build_workflow.yml) | [![NPM Build (Workflow)](https://github.com/DynamoDS/workflows/actions/workflows/npm_build_workflow.yml/badge.svg)](https://github.com/DynamoDS/workflows/actions/workflows/npm_build_workflow.yml) |

More info:

- [Reusing Workflows](https://docs.github.com/en/actions/using-workflows/reusing-workflows)
- [Wiki](https://wiki.autodesk.com/pages/viewpage.action?pageId=2009017625)