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
- Host: GitHub
- URL: https://github.com/devorein/github-action-starter
- Owner: Devorein
- License: mit
- Created: 2021-07-22T02:09:59.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-22T03:30:43.000Z (almost 5 years ago)
- Last Synced: 2024-10-12T11:12:50.295Z (over 1 year ago)
- Language: JavaScript
- Size: 75.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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.