PHP Print Debug Search
Version updated for https://github.com/kotaoue/go-php-print-debug to version v1.0.0.
- This action is used across all versions by 0 repositories.
Action Type
This is a Docker action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The go-php-print-debug GitHub Action automates the process of identifying debug-related statements in PHP code, such as print, print_r, var_dump, var_export, and echo. It scans specified directories to detect and report these statements, helping developers locate unintended debug output that may compromise code quality or production readiness. This action streamlines the debugging cleanup process, improving workflow efficiency and code reliability.
Release notes
What’s Changed
- Publish go-php-print-debug as a GitHub Actions Marketplace action by @Copilot in https://github.com/kotaoue/go-php-print-debug/pull/3
- Add major-tag-floater workflow for floating major version tags on release by @Copilot in https://github.com/kotaoue/go-php-print-debug/pull/5
- Fix CI: remove print debug statements from app code, move to test fixtures by @Copilot in https://github.com/kotaoue/go-php-print-debug/pull/7
New Contributors
- @Copilot made their first contribution in https://github.com/kotaoue/go-php-print-debug/pull/3
Full Changelog: https://github.com/kotaoue/go-php-print-debug/commits/v1.0.0