add electron runner
This commit is contained in:
8
.serena/memories/style_and_conventions.md
Normal file
8
.serena/memories/style_and_conventions.md
Normal file
@@ -0,0 +1,8 @@
|
||||
# 风格约定
|
||||
|
||||
- 使用中文沟通,文本文件使用 UTF-8 无 BOM。
|
||||
- Docker 镜像按目录组织,目录名即镜像名后缀。
|
||||
- Dockerfile 保持简单,优先复用已有基础镜像,如 `timi/gitea_runner_base:latest`。
|
||||
- README 使用中文说明用途、包含环境、构建命令和 Gitea Action 示例。
|
||||
- shell 脚本以 `#!/bin/bash` 和 `set -e` 为基础风格。
|
||||
- 不做无关重构,不改已有镜像除非任务明确要求。
|
||||
Reference in New Issue
Block a user