Skip to content

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

License

Notifications You must be signed in to change notification settings

Devorein/github-action-starter

Repository files navigation

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.

About

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

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published