https://github.com/dynamods/workflows
collection of reusable workflows
https://github.com/dynamods/workflows
github-actions github-reusable-workflows
Last synced: about 1 year ago
JSON representation
collection of reusable workflows
- Host: GitHub
- URL: https://github.com/dynamods/workflows
- Owner: DynamoDS
- Created: 2023-11-16T16:00:07.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-12-30T16:05:40.000Z (about 1 year ago)
- Last Synced: 2025-01-07T05:33:39.358Z (about 1 year 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) | [](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) | [](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) | [](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)