spoorsny / php-south-african-id

A self-validating value object encapsulating a South African government-issued personal identification number.
https://packagist.org/packages/spoorsny/south-african-id
GNU General Public License v3.0
0 stars 0 forks source link

Add badge to README for code quality #12

Closed geoffreyvanwyk closed 3 months ago

geoffreyvanwyk commented 3 months ago

This might require changes to the continuous-integration.yml GitHub worflow. It might have to be split into two workflows: one for linting and one for testing.

geoffreyvanwyk commented 3 months ago

There is no easy ready-made solution that works independently with PHP CS Fixer. It is not really necessary because it is always 100% as we fix and automatically commit during continuous integration.