Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dynamods/workflows
- Owner: DynamoDS
- Created: 2023-11-16T16:00:07.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-10-28T15:31:22.000Z (2 months ago)
- Last Synced: 2024-11-10T09:06:58.538Z (2 months ago)
- Topics: github-actions, github-reusable-workflows
- Homepage:
- Size: 32.2 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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)