Ignore test and documentation files
A .gitattributes file has been added to ignore test and documentation files for better repository management.
GitHub Actions workflow for running tests
A new GitHub Actions workflow has been created to automatically run tests whenever there is a push or a pull request event.
Scrutinizer configuration file for code quality checks
A Scrutinizer configuration file (.scrutinizer.yml) has been added to enable code quality checks, ensuring better code standards and maintainability.
PR Summary
Ignore test and documentation files A .gitattributes file has been added to ignore test and documentation files for better repository management.
GitHub Actions workflow for running tests A new GitHub Actions workflow has been created to automatically run tests whenever there is a push or a pull request event.
Scrutinizer configuration file for code quality checks A Scrutinizer configuration file (.scrutinizer.yml) has been added to enable code quality checks, ensuring better code standards and maintainability.