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 |