Skip to content
This repository has been archived by the owner on Feb 9, 2024. It is now read-only.

MGTheTrain/github-action-workflow-samples

Repository files navigation

github-action-workflow-samples

Hosted By: Cloudsmith

Table of Contents

Summary

A collection of Github Action workflow samples. For simplicity and to illustrate the concept, only manual workflow dispatch events will trigger workflows. The demonstration will not include the gitflow workflow with pull request and push request triggers involving dev, release/*, and master branches.

References

Getting started

Preconditions

Setup a/an

Github Action workflows

Clicking on the provided links will direct you to the respective GitHub Action workflows:

CI/CT workflow for C# ASP .NET Core service docker image

CI/CT workflow for Go Gin service docker image

CI/CT workflow for Python FastAPI service docker image

CI/CT workflow for Rust Actix Web service docker image

CI/CT workflow for C# libraries packaged via nuget

CI/CT workflow for packaged Go libraries

CI/CT workflow for Python libraries packaged via pip

CI/CT workflow for Rust libraries packaged via cargo

With correct access you can manually start one of those.