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
5
.github/workflows/php.yml
vendored
5
.github/workflows/php.yml
vendored
|
|
@ -33,4 +33,7 @@ jobs:
|
|||
# Docs: https://getcomposer.org/doc/articles/scripts.md
|
||||
|
||||
- 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