style(.gitea workflows): 對齊 CI/CD YAML 縮排 #10

Open
jiantw83 wants to merge 1 commits from develop into master
Member

變更摘要

本次 PR 將 develop 的 CI/CD workflow 縮排整理合併回 master,共 1 個 commit:

  • style(.gitea workflows): 對齊 CI/CD YAML 縮排

影響範圍

檔案 異動
.gitea/workflows/ci.yaml steps 區塊縮排由 6 空格調整為 4 空格(build / test / result 三個 job)
.gitea/workflows/master.yaml steps 區塊縮排同步調整,與 ci.yaml 對齊

共 2 個檔案、+73 / -73 行,皆為純縮排調整,未變更任何 step 的名稱、uses 版本、if 條件、with 參數或執行邏輯。

重點說明

  • ci.yaml:build job 的 Publishing Release、test job 的 Run Calculate Version / Setup LLM CLI / Run AI Code Review、result job 的 Publishing Release 等步驟內容不變,僅統一縮排層級。
  • master.yaml:同樣僅做縮排對齊。

風險與注意事項

  • 純格式調整,功能行為不變;風險極低。
  • YAML 對縮排敏感,合併後建議觀察一次 workflow 觸發結果,確認解析正常。
## 變更摘要 本次 PR 將 `develop` 的 CI/CD workflow 縮排整理合併回 `master`,共 1 個 commit: - `style(.gitea workflows): 對齊 CI/CD YAML 縮排` ## 影響範圍 | 檔案 | 異動 | | --- | --- | | `.gitea/workflows/ci.yaml` | steps 區塊縮排由 6 空格調整為 4 空格(build / test / result 三個 job) | | `.gitea/workflows/master.yaml` | steps 區塊縮排同步調整,與 ci.yaml 對齊 | 共 2 個檔案、+73 / -73 行,皆為純縮排調整,未變更任何 step 的名稱、`uses` 版本、`if` 條件、`with` 參數或執行邏輯。 ## 重點說明 - `ci.yaml`:build job 的 Publishing Release、test job 的 Run Calculate Version / Setup LLM CLI / Run AI Code Review、result job 的 Publishing Release 等步驟內容不變,僅統一縮排層級。 - `master.yaml`:同樣僅做縮排對齊。 ## 風險與注意事項 - 純格式調整,功能行為不變;風險極低。 - YAML 對縮排敏感,合併後建議觀察一次 workflow 觸發結果,確認解析正常。
jiantw83 added 1 commit 2026-07-15 07:20:19 +00:00
style(.gitea workflows): 對齊 CI/CD YAML 縮排
CI / 1. BUILD (pull_request) Successful in 2s
CI / 2. TEST (pull_request) Successful in 2s
CI / 3. RESULT (pull_request) Successful in 1s
73e79f6be8
All checks were successful
CI / 1. BUILD (pull_request) Successful in 2s
Required
Details
CI / 2. TEST (pull_request) Successful in 2s
Required
Details
CI / 3. RESULT (pull_request) Successful in 1s
Required
Details
You are not authorized to merge this pull request.
This pull request can be merged automatically.
This branch is out-of-date with the base branch
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin develop:develop
git checkout develop
Sign in to join this conversation.
No Reviewers
No labels
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: actions/calculate-version#10