Skip to content

Commit 649dec4

Browse files
author
Rodion Liuborets
committed
Fix lint in github actions
1 parent 2d69fb7 commit 649dec4

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/tests.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,6 @@ jobs:
5757

5858
- run: composer test
5959

60-
- run: composer fix
61-
62-
- run: composer lint
63-
6460
guzzle:
6561
name: Unit Tests With Guzzle 6 (php ${{ matrix.php-version }})
6662
runs-on: ubuntu-latest
@@ -89,8 +85,6 @@ jobs:
8985

9086
- run: composer test
9187

92-
- run: composer lint
93-
9488
protobuf:
9589
name: Unit Tests With Protobuf C Extension 3.13 (php ${{ matrix.php-version }})
9690
runs-on: ubuntu-latest
@@ -118,5 +112,3 @@ jobs:
118112

119113
- run: composer test
120114

121-
- run: composer lint
122-

0 commit comments

Comments
 (0)