[ticket/16937] Run psalm as part of basic checks in github actions

PHPBB3-16937
This commit is contained in:
Marc Alexander 2022-12-27 21:25:19 +01:00
parent 918723e476
commit 4284512594
No known key found for this signature in database
GPG key ID: 50E0D2423696F995

View file

@ -72,6 +72,10 @@ jobs:
run: |
.github/check-doctum-parse-errors.sh
- name: Check code with psalm
run: |
phpBB/vendor/bin/psalm --output-format=github
- name: Check image ICC profiles
run: |
.github/check-image-icc-profiles.sh