Remove Psalm

This commit is contained in:
Jérôme Gamez
2024-08-17 01:11:54 +02:00
parent 0d80994228
commit 17e1c4ce7e
5 changed files with 2 additions and 32 deletions
-3
View File
@@ -42,9 +42,6 @@ jobs:
- name: Run PHPStan
run: vendor/bin/phpstan analyse --error-format=github
- name: Run Psalm
run: vendor/bin/psalm --output-format=github
- name: Setup Problem Matchers for PHPUnit
run: echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"