Skip to content

Commit

Permalink
CI: Add workaround for phpstan error
Browse files Browse the repository at this point in the history
  • Loading branch information
alecpl committed Aug 2, 2024
1 parent 89d429d commit c821822
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,5 @@ jobs:
- name: Run Static Analysis
run: |
rm -r public_html # remove once https://github.com/phpstan/phpstan/issues/10321 is fixed
mkdir node_modules # remove once https://github.com/phpstan/phpstan/issues/11436 is fixed
vendor/bin/phpstan analyse

0 comments on commit c821822

Please sign in to comment.