1
0
mirror of https://github.com/Intervention/image.git synced 2025-08-29 08:40:33 +02:00

Add validation of coding standards to github workflow

Project standards and files to be checked are configured in phpcs.xml.
This commit is contained in:
Oliver Vogel
2024-01-18 14:03:21 +01:00
parent b2b8581880
commit 5c25680390

View File

@@ -100,3 +100,6 @@ jobs:
- name: Run analyzer
run: vendor/bin/phpstan analyze --level=4 ./src
- name: Validate coding standards
run: vendor/bin/phpcs