mirror of
https://github.com/stoatchat/action-git-town.git
synced 2026-07-01 21:44:53 -04:00
fd2156e6c0
* feat: v1
463 B
463 B
Developing the Git Town action source code
This page helps you get started hacking on the Git Town GitHub Action codebase.
setup
- install Node.js v20+
- fork the repository
- run
npm installto install dependencies - make your changes
- Use act to test your changes locally
- update tests
- run
npm run testto run tests - run
npm run buildto update the action entrypoint - commit and make a pull request