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 3
3
pull_request :
4
4
branches :
5
5
- ' **.x'
6
+ push :
7
+ branches :
8
+ - ' **.x'
6
9
jobs :
7
10
testing :
8
11
name : PHP ${{ matrix.php }}
23
26
- name : Install dependencies
24
27
run : composer install
25
28
26
- - name : Lint syntax
29
+ - name : Lint syntax / code convention
27
30
run : composer lint
28
31
29
32
- name : Run unit tests
Original file line number Diff line number Diff line change 31
31
"test" : " vendor/bin/phpunit" ,
32
32
"test-coverage-clover" : " vendor/bin/phpunit --coverage-clover=coverage.clover.xml" ,
33
33
"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/*"
35
35
},
36
36
"scripts-descriptions" : {
37
37
"test" : " Runs the phpunit testsuite" ,
You can’t perform that action at this time.
0 commit comments