Skip to content

Merge pull request #29 from DoclerLabs/feature/codeception-5-support-… #77

Merge pull request #29 from DoclerLabs/feature/codeception-5-support-…

Merge pull request #29 from DoclerLabs/feature/codeception-5-support-… #77

name: Static analysis
on: [ push, pull_request ]
jobs:
phpstan:
name: PHPStan
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: PHPStan
uses: docker://oskarstark/phpstan-ga:0.12.94
env:
REQUIRE_DEV: true
with:
args: analyze --no-progress
php-cs-fixer:
name: PHP-CS-Fixer
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: PHP-CS-Fixer
uses: docker://oskarstark/php-cs-fixer-ga:2.19.0
with:
args: --dry-run --diff-format udiff