Skip to content

Commit 2fdfb06

Browse files
authored
fix: capitalize/punctuation review feedback in workflow descriptions
Agent-Logs-Url: https://github.com/github/gh-aw-firewall/sessions/28e98601-c6b6-425c-9141-a0d0c455ec04
1 parent 6e6c3fc commit 2fdfb06

8 files changed

Lines changed: 52 additions & 52 deletions

.github/workflows/duplicate-code-detector.lock.yml

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/duplicate-code-detector.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
description: |
33
Weekly workflow that scans the codebase for duplicate and near-duplicate code blocks,
44
copy-paste patterns, and repeated logic sequences in TypeScript source and JavaScript
5-
container code. Files actionable issues for high-impact deduplication opportunities
5+
container code. files actionable issues for high-impact deduplication opportunities
66
to prevent technical debt from accumulating silently.
77
88
on:

.github/workflows/export-audit.lock.yml

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/export-audit.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
description: |
33
Workflow triggered on every push to main that audits the TypeScript and JavaScript
44
surface of the codebase: unused exports, inconsistent naming conventions, circular
5-
dependencies, and test files importing from incorrect modules. Files actionable issues
5+
dependencies, and test files importing from incorrect modules. files actionable issues
66
to keep the API surface clean and prevent dead-code accumulation.
77
88
on:

.github/workflows/refactoring-scanner.lock.yml

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/refactoring-scanner.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
description: |
33
Weekly workflow that scans the codebase for refactoring opportunities: files exceeding
44
size/complexity thresholds, functions with too many parameters or deep nesting, and
5-
modules with mixed responsibilities. Files actionable issues for the highest-priority
5+
modules with mixed responsibilities. files actionable issues for the highest-priority
66
refactoring candidates to help keep the codebase maintainable as it grows.
77
88
on:

0 commit comments

Comments
 (0)