From 3ab57be8da5fc75272ac5aa63faaaf9be871c4c0 Mon Sep 17 00:00:00 2001 From: Jeffery Date: Fri, 15 May 2026 02:56:33 +0000 Subject: [PATCH] docs: forbid ci workflow and test fixtures --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 985106e..f60617e 100644 --- a/README.md +++ b/README.md @@ -59,5 +59,9 @@ jobs: - Action 定義: [`action.yaml`](action.yaml) - 執行腳本: [`entrypoint.sh`](entrypoint.sh) -- Shell 測試: [`tests/entrypoint.sh`](tests/entrypoint.sh) -- Gitea workflow: [`.gitea/workflows/ci.yaml`](.gitea/workflows/ci.yaml) + +## 專案範圍 + +- 不需要新增 `.gitea/workflows/ci.yaml` +- 不需要新增 `tests/*` +- 除非另外明確要求,請不要再補這兩類檔案