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-actionSet desired inputs into the action by setting INPUT_ environment variables in the .env.
- Set up with
actinstead oflocal-actions - Add TypeScript
- Add Jest
- Set node version on pipeline explicitly
- Add CI for action
- Add eslint