Skip to content

Fix Doku validate|type|email #1

Fix Doku validate|type|email

Fix Doku validate|type|email #1

Workflow file for this run

name: PHP Checks
on:
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
jobs:
phpstan-analysis:
name: phpstan static code analysis
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: 7.4
extensions: intl, imagick
coverage: none # disable xdebug, pcov
tools: cs2pr
- name: Install Dependencies
run: composer install --prefer-dist
- run: |
vendor/bin/phpstan analyse --no-progress