Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

Add support for emitting github action annotations for soundness checks

オープン
#88 コメント 0 件 リアクション 3 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
4/5
見積もり時間
3〜5日
初心者へのやさしさ
35/100
issue の種類
機能追加
明瞭さ
おおむね明確
活発さ
停滞
技術スタック
github-actions
領域
ci-cd

調査の方向性

まず、ヘッダー、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時間
マージ済み PR(30日)
3

コントリビューションガイド

コントリビューションガイドを開く

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

swiftlang/github-workflows のほかの issue

swiftlang/github-workflows の issue をすべて見る

似ている issue

Swift の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。