Add github workflow to check for coding style
Signed-off-by: David Arendsen <darendsen@gamepoint.com>
This commit is contained in:
parent
3b90d9e64f
commit
0d7a8ce85a
1 changed files with 4 additions and 1 deletions
3
.github/workflows/php.yml
vendored
3
.github/workflows/php.yml
vendored
|
|
@ -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
|
||||||
Loading…
Add table
editor.link_modal.header
Reference in a new issue