copilot-setup-steps: also add extension stubs

This commit is contained in:
Dylan T. 2025-06-26 00:14:34 +01:00 committed by GitHub
parent 6dbd4282cb
commit 7ea0f2ff43
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -39,3 +39,9 @@ jobs:
- name: Install Composer dependencies
run: composer install --prefer-dist --no-interaction
- name: Clone extension stubs
uses: actions/checkout@v4
with:
repository: pmmp/phpstorm-stubs
path: extension-stubs