update codestyle ci
This commit is contained in:
parent
465500e784
commit
da97bc7c50
|
@ -8,14 +8,14 @@ on: [push]
|
||||||
|
|
||||||
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
|
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
|
||||||
jobs:
|
jobs:
|
||||||
phpstan:
|
php-cs-fixer:
|
||||||
name: PHPStan
|
name: PHP-CS-Fixer
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: PHPStan
|
- name: PHP-CS-Fixer
|
||||||
uses: docker://oskarstark/phpstan-ga
|
uses: docker://oskarstark/php-cs-fixer-ga
|
||||||
with:
|
with:
|
||||||
args: analyse --configuration="./tests/phpstan/config.neon" --autoload-file="./descartes/load.php" --level=0
|
args: --config="./tests/php-cs-fixer/php_cs.config"
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue