📍 Add analysis target directory info to report
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 <noreply@anthropic.com>
This commit is contained in:
1
.github/workflows/nekocode-pr-analysis.yml
vendored
1
.github/workflows/nekocode-pr-analysis.yml
vendored
@ -66,6 +66,7 @@ jobs:
|
||||
|
||||
| メトリック | 価値 |
|
||||
|-----------|------|
|
||||
| **分析対象** | $(basename "$GITHUB_WORKSPACE") ディレクトリ全体 |
|
||||
| **分析されたファイル** | ${PR_FILES} ファイル |
|
||||
| **分析時間** | ${ANALYSIS_TIME} |
|
||||
| **検出された言語** | ${LANGUAGES_COUNT}言語 |
|
||||
|
||||
Reference in New Issue
Block a user