Skip to content

BUGFIX: Adjust path for deep symlinks #1149

BUGFIX: Adjust path for deep symlinks

BUGFIX: Adjust path for deep symlinks #1149

Workflow file for this run

name: Static Analysis
on:
pull_request: null
push:
branches:
- master
jobs:
phpstan:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: shivammathur/setup-php@v2
with:
php-version: 7.4
coverage: none
- uses: "ramsey/composer-install@v2"
- run: vendor/bin/phpstan analyse --ansi