https://github.com/devpro/github-workflow-parts
Repository of workflows to be used in GitHub Actions
https://github.com/devpro/github-workflow-parts
composite github-actions
Last synced: about 2 months ago
JSON representation
Repository of workflows to be used in GitHub Actions
- Host: GitHub
- URL: https://github.com/devpro/github-workflow-parts
- Owner: devpro
- License: gpl-3.0
- Created: 2023-05-05T09:36:22.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-07-13T12:03:18.000Z (3 months ago)
- Last Synced: 2025-07-13T13:27:12.166Z (3 months ago)
- Topics: composite, github-actions
- Homepage:
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GitHub workflow parts
Repository of workflow parts to be used in GitHub Actions.
## Actions
Name | Detail
-------------------------------------------------------------- | ---------------------------------------------------------------------------
[Docker > Build & Push](docker/build-push/action.yml) | Build a new container image with Docker and push it to a container registry
[Docker > Build & Scan](docker/build-scan/action.yml) | Build a new container image with Docker and scan it
[.NET > Build, lint & test](dotnet/build-lint-test/action.yml) | Build .NET code, lint it and run tests
[MongoDB > Start](mongodb/start/action.yml) | Start a local MongoDB database