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.
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.
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.