Reference repo for writing a GitHub Action.
Uses the local-action package to support running the action locally.
cp .env.example .env
npm run local-action
Set desired inputs
into the action by setting INPUT_
environment variables in the .env
.
- Set up with
act
instead oflocal-actions
- Add TypeScript
- Add Jest
- Set node version on pipeline explicitly
- Add CI for action
- Add eslint