File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change 3232 - name : Install dependencies
3333 run : |
3434 COMPOSER_MEMORY_LIMIT=-1 composer install --prefer-dist -n -o
35+ composer config repositories.facade-documenter vcs [email protected] :hypervel/facade-documenter.git 36+ composer require --dev hypervel/facade-documenter:dev-main
37+
38+ - name : Lint facades documents
39+ run : find src/support/src/Facades -type f -name '*.php' -printf '%f\n' | sort | grep -v Facade | sed -E 's/(.+)\.php/Hypervel\\\\Support\\\\Facades\\\\\1/' | xargs php -f vendor/bin/facade.php -- --lint
40+
41+ - name : Lint coding style
42+ run : PHP_CS_FIXER_IGNORE_ENV=1 vendor/bin/php-cs-fixer fix --dry-run --diff
3543
3644 - name : Execute tests
37- run : |
38- PHP_CS_FIXER_IGNORE_ENV=1 vendor/bin/php-cs-fixer fix --dry-run --diff
39- vendor/bin/phpunit -c phpunit.xml.dist
45+ run : vendor/bin/phpunit -c phpunit.xml.dist
You can’t perform that action at this time.
0 commit comments