Skip to content

Commit b6a3ee1

Browse files
rubenvdlindeclaude
andcommitted
feat: Add Psalm static analysis to PHP Quality CI
- Add Psalm (Static Analysis) step to code-quality.yml php-quality job Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent f162a4a commit b6a3ee1

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/code-quality.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,9 @@ jobs:
5757
- name: PHPUnit (Unit Tests)
5858
run: ./vendor/bin/phpunit --bootstrap tests/bootstrap-unit.php --testsuite "Unit Tests" --configuration phpunit.xml
5959

60+
- name: Psalm (Static Analysis)
61+
run: ./vendor/bin/psalm --threads=1 --no-cache --output-format=github
62+
6063
frontend-quality:
6164
name: Frontend Quality
6265
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)