Use this template to create your Typescript action projects inside ActionsDesk. Once you setup the template:
- Go to
package.jsonand change the urls to the right repository - Modify this
README.mdfile to add your documentation - Modify the
.github/codeownersfile to add yourself - Change the description of the repository to match the actual purpose
- Add some topics to the repository
- Modify the
action.ymlwith the content of the action - Start coding 🚢
This template includes:
- Configuration for VSCode
ISSUE_TEMPLATESissue templates- Contributting, security and code of conduct guidelines
- codeowner
- prettier and eslint configurations
- Scripts to execute the action locally