Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/threeal/composite-action-starter

A minimalistic GitHub repository template to kickstart your GitHub composite action project
https://github.com/threeal/composite-action-starter

actions boilerplate composite-action github github-actions github-composite-action template

Last synced: about 1 month ago
JSON representation

A minimalistic GitHub repository template to kickstart your GitHub composite action project

Awesome Lists containing this project

README

        

# Composite Action Starter

A minimalistic [GitHub repository template](https://docs.github.com/en/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template) to kickstart your [GitHub composite action](https://github.com/features/actions) project.

## Key Features

- Includes a sample metadata file for a GitHub composite action.
- Provides a sample workflow file for testing the action.
- Supports dependency updates with [Dependabot](https://docs.github.com/en/code-security/dependabot).

## Usage

> For detailed instructions on how to use this template, please refer to [the wiki](https://github.com/threeal/composite-action-starter/wiki).

- Create a new repository from this template.
- Make the following changes to the new repository:
- Replace the [LICENSE](LICENSE) file.
- Update the content of the [README](README.md) file.
- Define the action information and logic in the [action.yml](action.yml) file.
- Write tests for the action in the [test workflow](.github/workflows/test.yaml) file.
- Finalize the action and cut the first release.