-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
40 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
22 changes: 22 additions & 0 deletions
22
docs/starlight/src/content/docs/汐洛宝典/开发者指南/工作流/action 文件规范.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
--- | ||
title: action 文件规范 | ||
--- | ||
## 步骤名称开头的 emoji | ||
|
||
随着 action 文件越来越复杂,文件和 Github action 界面的可读性都不可避免面临一定程度的挑战,因此我们约定通过下面的 emoji 规范命名步骤,推荐搭配微软拼音输入法使用 | ||
|
||
1. ☄️ 彗星:检出仓库 | ||
2. 🔨 锤子:准备工具 | ||
3. 💫 头晕:获取值、字段、属性等 | ||
4. 📃 带卷边的页面:生成非日志、非持久化的输出 | ||
5. 🚩 三角旗:创建发布 | ||
6. ✅ 勾号按钮:检查 | ||
7. 📦 包裹:打包 | ||
8. ✍️ 写字:写入或修改文件 | ||
9. 🗑️ 垃圾桶:清理文件、目录;释放空间 | ||
10. 🔥 火焰:构建 | ||
11. 📤 发件箱:上传;发送 | ||
12. 💥 爆炸:运行脚本 | ||
13. 🌠 流星:签名 | ||
14. 🧲 磁铁:获取资产;下载 | ||
15. 🚀 安装依赖 |