slub / liszt_common

common tools for the Liszt catalog raisonné
GNU General Public License v3.0
1 stars 0 forks source link

8 implement a ci pipeline #9

Closed dikastes closed 6 months ago

dikastes commented 7 months ago

A pipeline has been added which automatically runs PHPStan and PHPUnit (only unit tests until now) on pushing branches to ensure code quality. In the future, further steps might be added to the pipeline. Pull requests to main, test and dev are now only be possible after successful PHPStan runs and unit tests.