Skip to content

Commit 293028e

Browse files
committed
fix: make lint comment headers consistent with badges
1 parent a5b66c9 commit 293028e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/lint-readme.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
- name: Process Lint Results
7171
id: process-results
7272
run: |
73-
echo "## 📋 README Lint Results" > comment.md
73+
echo "## 📋 Lint Results" > comment.md
7474
echo "" >> comment.md
7575
7676
# Function to process lint results
@@ -90,8 +90,8 @@ jobs:
9090
}
9191
9292
# Process both README results
93-
process_lint_results "⚡ gh-cli/README.md" "./lint-results/gh-cli-readme-lint-results/gh-cli-readme-lint-results.txt"
94-
process_lint_results "🔧 scripts/README.md" "./lint-results/scripts-readme-lint-results/scripts-readme-lint-results.txt"
93+
process_lint_results "⚡ ./gh-cli scripts" "./lint-results/gh-cli-readme-lint-results/gh-cli-readme-lint-results.txt"
94+
process_lint_results "🔧 ./scripts scripts" "./lint-results/scripts-readme-lint-results/scripts-readme-lint-results.txt"
9595
9696
echo "---" >> comment.md
9797
echo "*Lint results updated at $(date)*" >> comment.md

0 commit comments

Comments
 (0)