Skip to content

Commit f30d43d

Browse files
fix: Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 05d0b21 commit f30d43d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -817,7 +817,7 @@ struct AutoLog {
817817

818818
### 4.2 CI/CD 工作流配置
819819

820-
项目提供了 GitHub Actions 工作流模板: [`config/workflows/code-format.yml`](./config/workflows/code-format.yml)
820+
项目提供了 GitHub Actions 工作流模板: [`config/.github/workflows/code-format.yml`](./config/.github/workflows/code-format.yml)
821821

822822
- `pull_request` / `push``main` 时自动执行 `clang-format --dry-run --Werror`,用于格式一致性检测。
823823
- 若检查失败,CI 会直接报错并给出提示,提醒开发者在本地执行 `clang-format -i`

0 commit comments

Comments
 (0)