3 Commits

Author SHA1 Message Date
6defc83568
Update test commands to include all packages recursively
Modified the test commands in the workflow to ensure all packages and subpackages are included during testing. This ensures comprehensive test coverage and generates accurate reports.
2025-04-25 18:22:45 -06:00
4cdb49bc38
Update action to use input-based registry credentials
Replaced hardcoded environment and secret-based credentials with input parameters for registry authentication. This change improves flexibility and allows credentials to be supplied dynamically when the action is executed.
2025-04-22 23:46:35 -06:00
9cf4faab85
Add reusable Go CI/CD pipeline GitHub Action
Introduce a composite action for Go projects supporting multiple workflows: protected branches, minimal CI, and tagged releases. Includes automated tests, builds (library/application), and optional Docker image publishing. Detailed documentation provided for seamless integration.
2025-04-22 19:19:37 -06:00