TOC Test
Table of contents:
Links
Google Is a search engine.
Depth
Lists
- Basic JavaScript Knowledge
- Basic GitHub Knowledge
- Telegram Account
There are templates for building actions. Here we’re gonna start from scratch
Code
void MyMethod(){
Debug.Log("Do code preview")
}
Folder Structure
The dist
folder will be automatically created. action.yml
will be made
.
├── dist
│ └── index.js
├── index.js
├── action.yml
├── README.md
└── package.json