PR Description:
This pull request introduces GitHub Actions workflows to verify the automatic installation of pre-commit and pre-push hooks. These workflows ensure that the appropriate Git hooks are installed and executed during development, preventing commits and pushes that don't meet the project's standards.
Changes include:
A workflow to validate pre-commit hook setup.
A workflow to validate pre-push hook setup.
Ensuring consistency and enforcing quality checks before code is committed or pushed.
This will help automate and streamline the verification process for all contributors, improving overall code quality and consistency.
PR Description: This pull request introduces GitHub Actions workflows to verify the automatic installation of pre-commit and pre-push hooks. These workflows ensure that the appropriate Git hooks are installed and executed during development, preventing commits and pushes that don't meet the project's standards.
Changes include:
This will help automate and streamline the verification process for all contributors, improving overall code quality and consistency.