Skip to content

Commit bf2a2f0

Browse files
authored
ci: fix rector
1 parent ab3d371 commit bf2a2f0

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

.github/workflows/coding-conventions.yml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -35,21 +35,21 @@ jobs:
3535
- name: Run PHPStan
3636
run: vendor/bin/phpstan --error-format=github
3737

38-
# rector:
39-
# name: "Run Static Analysis: Rector"
40-
# runs-on: ubuntu-latest
41-
#
42-
# steps:
43-
# - uses: actions/checkout@v4
44-
#
45-
# - name: Setup PHP
46-
# uses: shivammathur/setup-php@v2
47-
# with:
48-
# php-version: 8.3
49-
# coverage: none
50-
#
51-
# - name: Install composer dependencies
52-
# uses: ramsey/composer-install@v3
53-
#
54-
# - name: Run Rector
55-
# run: vendor/bin/rector process --no-ansi --dry-run --no-progress-bar
38+
rector:
39+
name: "Run Static Analysis: Rector"
40+
runs-on: ubuntu-latest
41+
42+
steps:
43+
- uses: actions/checkout@v4
44+
45+
- name: Setup PHP
46+
uses: shivammathur/setup-php@v2
47+
with:
48+
php-version: 8.3
49+
coverage: none
50+
51+
- name: Install composer dependencies
52+
uses: ramsey/composer-install@v3
53+
54+
- name: Run Rector
55+
run: vendor/bin/rector process --no-ansi --dry-run --no-progress-bar

0 commit comments

Comments
 (0)