1
0
mirror of https://github.com/Intervention/image.git synced 2025-08-23 22:12:51 +02:00

Add analyzer to Github workflow

This commit is contained in:
Oliver Vogel
2023-09-30 11:50:30 +02:00
parent 20ff41b606
commit baf1652e0b

View File

@@ -94,3 +94,6 @@ jobs:
- name: Execute tests - name: Execute tests
run: vendor/bin/phpunit --no-coverage run: vendor/bin/phpunit --no-coverage
- name: Run analyzer
run: vendor/bin/phpstan analyze --level=4 ./src