- Node.js 22+
- Bun
- Install dependencies:
bun i
- Update action/workflow YAML as needed.
- Verify references with:
bun run verify:action-paths
- Test from a consumer repository by pinning to your latest commit SHA:
- use action/workflow refs as
@<your-latest-commit-sha> - for checkout-based flow, pass the same SHA to
base/checkout:ref: <your-latest-commit-sha>
- use action/workflow refs as
- Keep
README.mdfocused on usage. - Put contributor and maintenance guidance in this file.
- Update
ACTIONS.mdwhenever action paths, inputs, or behavior change.