Hacktoberfest 2026:维护者为十月标记出来的 issue,仍然开放、适合新手。 浏览 Hacktoberfest issue

Add support for emitting github action annotations for soundness checks

未关闭
#88 0 条评论 3 个 reaction 已指派 0 人 在 GitHub 查看

还没有人认领这个 Issue。

评估

难度
4/5
预计耗时
3-5 天
新手友好度
35/100
Issue 类型
功能
描述清晰度
基本清楚
活跃度
停滞
技术栈
github-actions
领域
ci-cd

调研方向

首先定位针对 headers、format/lint 和可接受语言的 soundness 检查,然后查看链接的 GitHub Actions workflow-command 语法。确定每项检查在哪里报告文件、行和列信息。当适用的失败会在 pull request 中发出 GitHub 注释时,即视为完成;失败测试的注释明确被视为额外范围。

由索引模型根据 Issue 内容生成。

描述

It would be awesome if soundness checks emitted code-level annotations via workflow commands in PRs. Last I used them, it was as simple as echo-ing a special syntax to indicate file, line, and column information.

Namely, this could be useful for:

  • header checks
  • format/lint checks
  • acceptable language checks

(It would be extra cool if this also worked for failing tests, but that might be a tad more involved).

主要语言
Swift
星标
115
派生
57
平均合并
1 天 8 小时
30 天内合并 PR
3

贡献指南

打开贡献指南

从这里开始

  1. 先读完整个 Issue,再读项目的贡献指南。
  2. 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
  3. Fork 仓库,在一个分支上完成修改。
  4. 提交 Pull Request,并在描述里引用这个 Issue 编号。

swiftlang/github-workflows 的其他 Issue

查看 swiftlang/github-workflows 的全部 Issue

相似的 Issue

更多 Swift Issue

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。