From 65ce7a5f8c62eb26444aa3cc31de98db2fc39cef Mon Sep 17 00:00:00 2001 From: moe-charm Date: Wed, 13 Aug 2025 17:00:24 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=8D=20Add=20analysis=20target=20direct?= =?UTF-8?q?ory=20info=20to=20report?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Shows which directory is being analyzed in the report table: | **分析対象** | nyash ディレクトリ全体 | This makes it clear at a glance what scope the analysis covers. 🦀 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- .github/workflows/nekocode-pr-analysis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/nekocode-pr-analysis.yml b/.github/workflows/nekocode-pr-analysis.yml index b3361f16..358955b9 100644 --- a/.github/workflows/nekocode-pr-analysis.yml +++ b/.github/workflows/nekocode-pr-analysis.yml @@ -66,6 +66,7 @@ jobs: | メトリック | 価値 | |-----------|------| +| **分析対象** | $(basename "$GITHUB_WORKSPACE") ディレクトリ全体 | | **分析されたファイル** | ${PR_FILES} ファイル | | **分析時間** | ${ANALYSIS_TIME} | | **検出された言語** | ${LANGUAGES_COUNT}言語 |