Skip to content

Commit 95cc247

Browse files
authored
fix: fix url
1 parent 4dae665 commit 95cc247

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/_posts/2025/20250604a_GitHub_標準の_Annotation_を活用してレビューを可視化する.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ Problem Matcher は、GitHub Actions のワークフロー内で `::add-matcher:
176176
ここで指定する `eslint-stylish` は、Problem Matcher の設定ファイル内で定義した `owner` に対応しています。
177177

178178
ただし、実際のところ ESLint を GitHub Actions 上で実行する場合、通常この登録処理を明示的に記述することはありません。
179-
なぜなら、ESLint を実行する前には一般的に [actions/setup-node](https://github.com/actions/setup-node/tree/main) を使って Node.js のセットアップを行いますが、このステップの中で [ESLint 用の Problem Matcher](https://github.com/actions/setup-node/blob/main/.github/eslint-stylish.jsons) が自動的に登録されるためです。
179+
なぜなら、ESLint を実行する前には一般的に [actions/setup-node](https://github.com/actions/setup-node/tree/main) を使って Node.js のセットアップを行いますが、このステップの中で [ESLint 用の Problem Matcher](https://github.com/actions/setup-node/blob/main/.github/eslint-stylish.json) が自動的に登録されるためです。
180180

181181
ほかにも `setup-python` や `setup-go` そして `setup-dotnet` などでも言語に応じて標準的な Problem Matcher が登録されるようになっています。
182182

0 commit comments

Comments
 (0)