A template repository for building javascript github actions in Typescript. Here is the tooling setup:
- tsup compiles typescript to a single file, including dependencies-- just add all dependencies to devDependencies
- ts-jest testing
- prettier formatting
- CI checks
- pre-commit protections
npm install
npm prepare
npm run test
Example README for Actions follows
This action logs a phrase given as input
Optional The phrase to log