File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 4444
4545
4646 - name : " Lint"
47- run : " vendor/bin/phing lint"
47+ run : " make lint"
4848
4949 coding-standards :
5050 name : " Coding Standard"
@@ -68,10 +68,10 @@ jobs:
6868 run : " composer install --no-interaction --no-progress --no-suggest"
6969
7070 - name : " Lint"
71- run : " vendor/bin/phing lint"
71+ run : " make lint"
7272
7373 - name : " Coding Standard"
74- run : " vendor/bin/phing cs"
74+ run : " make cs"
7575
7676 tests :
7777 name : " Tests"
@@ -113,7 +113,7 @@ jobs:
113113 run : " composer require --dev phpunit/phpunit:'^9.5' --update-with-dependencies"
114114
115115 - name : " Tests"
116- run : " vendor/bin/phing tests"
116+ run : " make tests"
117117
118118 static-analysis :
119119 name : " PHPStan"
@@ -149,4 +149,4 @@ jobs:
149149 run : " composer require --dev phpunit/phpunit:'^9.5' --update-with-dependencies"
150150
151151 - name : " PHPStan"
152- run : " vendor/bin/phing phpstan"
152+ run : " make phpstan"
Original file line number Diff line number Diff line change 11.PHONY : check
2- check : build-abnfgen lint cs tests phpstan
2+ check : lint cs tests phpstan
33
44.PHONY : tests
5- tests :
5+ tests : build-abnfgen
66 php vendor/bin/phpunit
77
88.PHONY : lint
You can’t perform that action at this time.
0 commit comments