mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-04 17:20:02 +00:00
copilot-setup-steps: also add extension stubs
This commit is contained in:
parent
6dbd4282cb
commit
7ea0f2ff43
6
.github/workflows/copilot-setup-steps.yml
vendored
6
.github/workflows/copilot-setup-steps.yml
vendored
@ -39,3 +39,9 @@ jobs:
|
|||||||
|
|
||||||
- name: Install Composer dependencies
|
- name: Install Composer dependencies
|
||||||
run: composer install --prefer-dist --no-interaction
|
run: composer install --prefer-dist --no-interaction
|
||||||
|
|
||||||
|
- name: Clone extension stubs
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
with:
|
||||||
|
repository: pmmp/phpstorm-stubs
|
||||||
|
path: extension-stubs
|
||||||
|
Loading…
x
Reference in New Issue
Block a user