Some checks failed
Test / test (push) Has been cancelled
Separate variable declaration and assignment to avoid masking return values. This follows shellcheck best practices for error handling. Changes: - Separate declaration/assignment for container_name (line 59-60) - Separate declaration/assignment for status (line 67-69) - Separate declaration/assignment for health (line 68-70) - Separate declaration/assignment for exit_code (line 86-87) All 4 SC2155 warnings are now resolved. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>