File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 33 pull_request :
44 branches :
55 - ' **.x'
6+ push :
7+ branches :
8+ - ' **.x'
69jobs :
710 testing :
811 name : PHP ${{ matrix.php }}
2326 - name : Install dependencies
2427 run : composer install
2528
26- - name : Lint syntax
29+ - name : Lint syntax / code convention
2730 run : composer lint
2831
2932 - name : Run unit tests
Original file line number Diff line number Diff line change 3131 "test" : " vendor/bin/phpunit" ,
3232 "test-coverage-clover" : " vendor/bin/phpunit --coverage-clover=coverage.clover.xml" ,
3333 "test-coverage-html" : " vendor/bin/phpunit --coverage-html=test/coverage" ,
34- "lint" : " vendor/bin/phpcs --standard=phpcs.xml src/*"
34+ "lint" : " vendor/bin/phpcs -v - -standard=phpcs.xml src/*"
3535 },
3636 "scripts-descriptions" : {
3737 "test" : " Runs the phpunit testsuite" ,
You can’t perform that action at this time.
0 commit comments