action-gh-release/CONTRIBUTING.md
Yan Yi Goh 9a89d1e63f
Docs: Fix spelling mistakes (#50)
* README: Fix spelling mistakes

* README: Rename OSX to macOS

* CONTRIBUTING: Fix spelling mistakes
2020-04-11 23:43:21 -04:00

708 B

bootstrapping

This a JavaScript action but uses TypeScript to generate that JavaScript.

You can bootstrap your environment with a modern version of npm and by running npm i at the root of this repo.

testing

Tests can be found under under __tests__ directory and are runnable with the npm t command.

source code

Source code can be found under the src directory. Running npm run build will generate the JavaScript that will run within GitHub workflows.

formatting

A minimal attempt at keeping a consistent code style is can be applied by running npm run fmt.