Browse Source

Run phpstan also on public_html (#9824)

Now that public_html isn't just a symlink anymore but contains actual
code, that code should be checked, too.
pull/9829/head
Pablo Zmdl 4 months ago
committed by GitHub
parent
commit
69ed9a01e2
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 4
      .github/workflows/ci.yml

4
.github/workflows/ci.yml

@ -76,6 +76,4 @@ jobs:
run: composer install --prefer-dist --no-interaction --no-progress
- name: Run Static Analysis
run: |
rm -r public_html # remove once https://github.com/phpstan/phpstan/issues/10321 is fixed
vendor/bin/phpstan analyse -v
run: vendor/bin/phpstan analyse -v
Loading…
Cancel
Save