Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 463 Bytes

DEVELOPMENT.md

File metadata and controls

15 lines (12 loc) · 463 Bytes

Developing the Git Town action source code

This page helps you get started hacking on the Git Town GitHub Action codebase.

setup

  1. install Node.js v20+
  2. fork the repository
  3. run npm install to install dependencies
  4. make your changes
  5. Use act to test your changes locally
  6. update tests
  7. run npm run test to run tests
  8. run npm run build to update the action entrypoint
  9. commit and make a pull request