mirror of
https://github.com/Intervention/image.git
synced 2025-08-23 05:52:47 +02:00
Add analyzer to Github workflow
This commit is contained in:
3
.github/workflows/run-tests.yml
vendored
3
.github/workflows/run-tests.yml
vendored
@@ -94,3 +94,6 @@ jobs:
|
||||
|
||||
- name: Execute tests
|
||||
run: vendor/bin/phpunit --no-coverage
|
||||
|
||||
- name: Run analyzer
|
||||
run: vendor/bin/phpstan analyze --level=4 ./src
|
||||
|
Reference in New Issue
Block a user