Skip to content

Commit 44d75c1

Browse files
author
Илья
committed
Init sample linter
1 parent 4d3df16 commit 44d75c1

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/sumplelinter.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,13 @@ jobs:
2424
with:
2525
grpc-version: 1.51.1
2626

27+
- uses: shivammathur/setup-php@v2
28+
name: Setup PHP
29+
id: php
30+
with:
31+
extensions: grpc
32+
php-version: ${{ matrix.php-versions }}
33+
2734
- run: composer validate --strict
2835
name: Validate composer.json and composer.lock
2936

0 commit comments

Comments
 (0)