mirror of
https://gitea.com/Lydanne/pr-extract-issues.git
synced 2025-10-14 07:43:49 +08:00
wip
This commit is contained in:
35
README.md
35
README.md
@@ -1,42 +1,9 @@
|
||||
<p align="center">
|
||||
<a href="">
|
||||
<img width="140" src="https://avatars.githubusercontent.com/u/73879334?s=200&v=4" />
|
||||
</a>
|
||||
</p>
|
||||
|
||||
<h1 align="center">Action JavaScript Template</h1>
|
||||
<div align="center">
|
||||
A simple javascript template for rapid development of GitHub actions.
|
||||
</div>
|
||||
# PR Extract Issues
|
||||
|
||||

|
||||
[](https://github.com/marketplace/actions/action-js-template)
|
||||
[](https://github.com/actions-cool/action-js-template/releases)
|
||||
|
||||
## 🚀 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:
|
||||
|
Reference in New Issue
Block a user