Skip to content

Action JS Template

Actions
A simple javascript template for rapid development of GitHub actions
v1
Latest
Star (16)

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

⚡ Feedback

You are very welcome to try it out and put forward your comments. You can use the following methods:

  • Report bugs or consult with Issue
  • Submit Pull Request to improve the code of action-js-template

也欢迎加入 钉钉交流群

Changelog

CHANGELOG

LICENSE

MIT

Action JS Template is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

A simple javascript template for rapid development of GitHub actions
v1
Latest

Action JS Template is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.