File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 5454 ./vendor/bin/phpunit --configuration tests/phpunit.xml --testsuite=LinearAlgebra
5555
5656 - name : PHP Code Sniffer
57- run : ./vendor/bin/phpcs --ignore=vendor --standard=tests/coding_standard.xml -s .
57+ run : |
58+ ./vendor/bin/phpcs --version
59+ ./vendor/bin/phpcs --ignore=vendor --standard=tests/coding_standard.xml -s .
5860
5961 - name : Static analysis
6062 run : |
Original file line number Diff line number Diff line change 5353 ./vendor/bin/phpunit --configuration tests/phpunit.xml --testsuite=LinearAlgebra
5454
5555 - name : PHP Code Sniffer
56- run : ./vendor/bin/phpcs --ignore=vendor --standard=tests/coding_standard.xml -s .
56+ run : |
57+ ./vendor/bin/phpcs --version
58+ ./vendor/bin/phpcs --ignore=vendor --standard=tests/coding_standard.xml -s .
5759
5860 - name : Static analysis
5961 run : |
Original file line number Diff line number Diff line change 5050 ./vendor/bin/phpunit --configuration tests/phpunit.xml --testsuite=LinearAlgebra
5151
5252 - name : PHP Code Sniffer
53- run : ./vendor/bin/phpcs --ignore=vendor --standard=tests/coding_standard.xml -s .
53+ run : |
54+ ./vendor/bin/phpcs --version
55+ ./vendor/bin/phpcs --ignore=vendor --standard=tests/coding_standard.xml -s .
5456
5557 - name : Static analysis
5658 run : |
You can’t perform that action at this time.
0 commit comments