update codestyle ci

This commit is contained in:
osaajani 2020-06-22 20:15:45 +02:00
parent 465500e784
commit da97bc7c50
1 changed files with 5 additions and 5 deletions

View File

@ -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"