- Notifications
You must be signed in to change notification settings - Fork3
🚀 A typescript template for rapid development of GitHub actions.
License
NotificationsYou must be signed in to change notification settings
actions-cool/action-ts-template
Use this GitHub action with your project
Add this Action to an existing workflow or create a new oneFolders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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 withIssue
- SubmitPull Request to improve the code of
action-ts-template
也欢迎加入 钉钉交流群
About
🚀 A typescript template for rapid development of GitHub actions.
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Uh oh!
There was an error while loading.Please reload this page.
Contributors2
Uh oh!
There was an error while loading.Please reload this page.