ips build:GitHub行动以建立IPS插件 源码
IPS构建器 GitHub动作,可将IPS插件和主题构建到XML文件中。 用法 在.github/workflows/yourworkflow.yml ,确保checkout步骤将获取深度设置为0 ,这意味着它将获取所有提交和标签: - uses : actions/checkout@v2 with : fetch-depth : 0 然后添加另一步: - uses : jackwickham/ips-build@v1 with : name : Your plugin name # Required author : Your name # Optional website : Your website or the plugin's website # Optional path : /path/to/plugin # Optiona
文件列表
ips-build-master.zip
(预估有个26文件)
ips-build-master
.eslintrc.json
4KB
.github
dependabot.yml
328B
workflows
test.yml
745B
action.yml
695B
.prettierignore
24B
src
main.ts
1KB
暂无评论