git clone https://github.com/DesignPipe/exfig-action.git
cd exfig-action
npm install./bin/mise manages Node.js 20 and tools automatically.
./bin/mise run lint # Format, lint and fix all files
./bin/mise run test # Run unit tests
./bin/mise run build # Build dist/index.js- Run
./bin/mise run lint - Run
./bin/mise run test - Run
./bin/mise run build - Commit
dist/changes
Git hooks auto-configure on directory entry.
Use Conventional Commits:
feat(action): add new input
fix(action): handle edge case
docs: update README
- Create feature branch
- Make changes
- Ensure all checks pass
- Submit PR