TOC Test

Posted on Apr 1, 2020
Table of contents:

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