1
0
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:
Marc Alexander
2022-12-27 21:25:19 +01:00
parent 918723e476
commit 4284512594

View File

@@ -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