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

https://github.com/devorein/github-action-starter

A template repository that contains all the boilerplate code necessary to create your own github action
https://github.com/devorein/github-action-starter

Last synced: about 1 year ago
JSON representation

A template repository that contains all the boilerplate code necessary to create your own github action

Awesome Lists containing this project

README

          

# Github action starter

An opinionated starter code for creating a github action.

## Stack

1. Typescript (Static Types)
2. Jest (Testing)

## Steps

1. Change the following to their appropriate value

- `[gh_username]`: Your github username
- `[gh_repo]`: Your github action repo name

2. Connect your codecov account with the repo
3. Check out the structure followed in `src/utils` and `test/utils` for creating modules.