Files
action-git-town/DEVELOPMENT.md
T
Long Tran fd2156e6c0 feat: v1 (#1)
* feat: v1
2024-03-27 22:30:12 +11:00

463 B

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