ft. #396 @fereidani implement a CI stage to ensure all committed code to the v2 branch is adequately formatted ```sh cargo fit --all --check ``` it makes sure that all committed code is properly styled this should be added to both the v1 and v2 branches
ft. #396 @fereidani
implement a CI stage to ensure all committed code to the v2 branch is adequately formatted
it makes sure that all committed code is properly styled
this should be added to both the v1 and v2 branches