Files
actions/README.md

4.1 KiB

ivuorinen/actions - My Reusable GitHub Actions and Workflows

Overview

This project contains a collection of workflows and composable actions to streamline CI/CD processes and ensure code quality. Below is a categorized list of all workflows, grouped by their types.

Testing Workflows

  • PHP Tests: Runs PHPUnit tests to ensure PHP code correctness.

Linting and Formatting Workflows

Build Workflows

  • C# Build: Builds C# projects using the .NET SDK.
  • Docker Build: Builds Docker images using a Dockerfile.
  • Go Build: Builds Go projects using the go build command.

Deployment Workflows

Release Workflows

  • GitHub Release: Automates GitHub release creation with custom tags and notes.
  • Release Monthly: Creates a monthly GitHub release with autogenerated notes.

Utility Workflows

License

This project is licensed under the MIT License. See the LICENSE file for details.