A template for making new github actions.
- TypeScript
- JavaScript action
- yarn
- Webpack bundling with minimal configuration
- Github action engine only understands pure JavaScript and does not allow compilation before running the task. Therefore the bundled script in dist directory must be included in the repo.