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

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

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