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:
3
.github/workflows/run-tests.yml
vendored
3
.github/workflows/run-tests.yml
vendored
@@ -100,3 +100,6 @@ jobs:
|
||||
|
||||
- name: Run analyzer
|
||||
run: vendor/bin/phpstan analyze --level=4 ./src
|
||||
|
||||
- name: Validate coding standards
|
||||
run: vendor/bin/phpcs
|
||||
|
Reference in New Issue
Block a user