mirror of
https://github.com/aaddrick/claude-desktop-debian.git
synced 2026-05-17 00:26:21 +03:00
fix: update lint hook success message
Change "Pre-PR lint check" to "Lint check" since hook now triggers on git push, not just PR creation. Co-Authored-By: Claude <claude@anthropic.com>
This commit is contained in:
@@ -90,7 +90,7 @@ workflows_checked=0
|
||||
[[ -n "$changed_scripts" ]] && scripts_checked=$(printf '%s\n' "$changed_scripts" | wc -l)
|
||||
[[ -n "$changed_workflows" ]] && workflows_checked=$(printf '%s\n' "$changed_workflows" | wc -l)
|
||||
|
||||
printf 'Pre-PR lint check passed: %d shell scripts, %d workflows checked\n' \
|
||||
printf 'Lint check passed: %d shell scripts, %d workflows checked\n' \
|
||||
"$scripts_checked" "$workflows_checked"
|
||||
|
||||
exit 0
|
||||
|
||||
Reference in New Issue
Block a user