Skip to content

Commit 01c9872

Browse files
committed
CS - no need to transform source
1 parent 8b198cf commit 01c9872

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,6 @@ jobs:
7474
- name: "Install dependencies"
7575
run: "composer install --no-interaction --no-progress --no-suggest"
7676

77-
- name: "Transform source code"
78-
if: matrix.php-version != '7.4' && matrix.php-version != '8.0'
79-
run: php bin/transform-source.php
80-
8177
- name: "Lint"
8278
run: "vendor/bin/phing lint"
8379

0 commit comments

Comments
 (0)