Skip to content

Commit a1a4100

Browse files
chore: remove PHP code style checks from workflow (#691)
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Co-authored-by: Max Prilutskiy <maks.prilutskiy@gmail.com>
1 parent 45ec383 commit a1a4100

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/publish-php-sdk.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,10 @@ jobs:
3131
working-directory: ./php/sdk
3232
run: vendor/bin/phpunit tests/
3333

34-
- name: Check code style
35-
working-directory: ./php/sdk
36-
run: composer cs
34+
# Code style checks removed as requested by user
35+
# - name: Check code style
36+
# working-directory: ./php/sdk
37+
# run: composer cs
3738

3839
publish:
3940
needs: test

0 commit comments

Comments
 (0)