mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-05 08:17:47 +02:00
[ticket/16937] Run psalm as part of basic checks in github actions
PHPBB3-16937
This commit is contained in:
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
@@ -72,6 +72,10 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
.github/check-doctum-parse-errors.sh
|
.github/check-doctum-parse-errors.sh
|
||||||
|
|
||||||
|
- name: Check code with psalm
|
||||||
|
run: |
|
||||||
|
phpBB/vendor/bin/psalm --output-format=github
|
||||||
|
|
||||||
- name: Check image ICC profiles
|
- name: Check image ICC profiles
|
||||||
run: |
|
run: |
|
||||||
.github/check-image-icc-profiles.sh
|
.github/check-image-icc-profiles.sh
|
||||||
|
Reference in New Issue
Block a user