Add github workflow to check for coding style

Signed-off-by: David Arendsen <darendsen@gamepoint.com>
This commit is contained in:
David Arendsen 2023-01-02 23:07:27 +01:00
commit 0d7a8ce85a

View file

@ -34,3 +34,6 @@ jobs:
- name: Run test suite - name: Run test suite
run: composer run-script test run: composer run-script test
- name: Check coding style according to PSR-12
run: composer run-script check