actions-cool / pr-review

wip
MIT License
1 stars 0 forks source link

Action JavaScript Template

A simple javascript template for rapid development of GitHub actions.

🚀 How to use?

📒 Catalog Introduction

├── .github/workflows/     The CI for make sure it is packaged correctly
├── dist                   Package the generated Aciton execution code
├── src                    Component home directory
│   └── main.js            Your code
└── action.yml             Action config

The rest of the documents can be consulted by yourself.

🤖 Command introduction

Name Desc
package action build for release
format prettier write
format-check prettier check

Changelog

CHANGELOG

LICENSE

MIT