develop
master
本次 PR 將 develop 的 CI/CD workflow 縮排整理合併回 master,共 1 個 commit:
style(.gitea workflows): 對齊 CI/CD YAML 縮排
.gitea/workflows/ci.yaml
.gitea/workflows/master.yaml
共 2 個檔案、+73 / -73 行,皆為純縮排調整,未變更任何 step 的名稱、uses 版本、if 條件、with 參數或執行邏輯。
uses
if
with
ci.yaml
master.yaml
No dependencies set.
The note is not visible to the blocked user.
變更摘要
本次 PR 將
develop的 CI/CD workflow 縮排整理合併回master,共 1 個 commit:style(.gitea workflows): 對齊 CI/CD YAML 縮排影響範圍
.gitea/workflows/ci.yaml.gitea/workflows/master.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:同樣僅做縮排對齊。風險與注意事項
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.