Skip to content
This repository has been archived by the owner on Mar 27, 2023. It is now read-only.

Latest commit

 

History

History
23 lines (16 loc) · 597 Bytes

CONTRIBUTING.md

File metadata and controls

23 lines (16 loc) · 597 Bytes

Contributing to read-yaml

"Yamlicious" - KJ002

Setup Instructions

  1. Install the dependencies for the project with yarn
$ yarn install
  1. You're good to go! You can now start editing source code in the src directory

  2. After you are done editing source code, build the javascript files for the action with:

$ yarn run build
  1. You can then commit and push your changes

For larger changes please open an issue here