File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change 65
65
pattern : " ./*/Docs/*/*Standard.xml"
66
66
xsd-file : " vendor/phpcsstandards/phpcsdevtools/DocsXsd/phpcsdocs.xsd"
67
67
68
+ - name : Validate Project PHPCS ruleset against schema
69
+ uses : phpcsstandards/xmllint-validate@v1
70
+ with :
71
+ pattern : " phpcs.xml.dist"
72
+ xsd-file : " vendor/squizlabs/php_codesniffer/phpcs.xsd"
73
+
74
+ - name : " Validate PHPUnit config for use with PHPUnit 8"
75
+ uses : phpcsstandards/xmllint-validate@v1
76
+ with :
77
+ pattern : " phpunit.xml.dist"
78
+ xsd-file : " vendor/phpunit/phpunit/schema/8.5.xsd"
79
+
80
+ - name : " Validate PHPUnit config for use with PHPUnit 9"
81
+ uses : phpcsstandards/xmllint-validate@v1
82
+ with :
83
+ pattern : " phpunit.xml.dist"
84
+ xsd-file : " vendor/phpunit/phpunit/schema/9.2.xsd"
85
+
68
86
# Check the code-style consistency of the PHP files.
69
87
- name : Check PHP code style
70
88
id : phpcs
You can’t perform that action at this time.
0 commit comments