A typescript template for rapid development of GitHub actions.
βββ .github/workflows/ The CI for make sure it is packaged correctly
βββ dist Package the generated Aciton execution code
βββ src Component home directory
β βββ main.ts Your code
βββ .eslintrc.js Eslint config
βββ .prettierrc.js Prettier config
βββ action.yml Action config
βββ tsconfig.json TypeScript config
The rest of the documents can be consulted by yourself.
| Name | Desc |
|---|---|
| build | ts build |
| format | prettier write |
| lint | eslint check |
| package | action build for release |
| all | npm all |
You are very welcome to try it out and put forward your comments. You can use the following methods:
- Report bugs or consult with Issue
- Submit Pull Request to improve the code of
action-ts-template
δΉζ¬’θΏε ε ₯ ιιδΊ€ζ΅ηΎ€

