You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
GitHub Action
PR Welcome
v0.0.2
A simple javascript template for rapid development of GitHub actions.
βββ .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.
Name | Desc |
---|---|
package | action build for release |
format | prettier write |
format-check | prettier check |