Skip to content

Commit 372da91

Browse files
committed
AC-1740: Add rectorphp as a dependency to magento-coding-standard
1 parent b669d8c commit 372da91

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

.github/workflows/php.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,6 @@ jobs:
5858

5959
- name: Run framework suite
6060
run: vendor/bin/phpcs --standard=Magento2Framework Magento2/Helpers Magento2/Sniffs Magento2Framework/Sniffs
61-
62-
- name: Run rector
63-
run: vendor/bin/rector process . --dry-run
6461

6562
js:
6663
runs-on: ubuntu-latest
@@ -79,3 +76,11 @@ jobs:
7976

8077
- name: Run ESLint
8178
run: npm run eslint -- eslint/rules
79+
80+
rector:
81+
runs-on: ubuntu-latest
82+
name: Rector tests
83+
84+
steps:
85+
- name: Run rector
86+
run: vendor/bin/rector process . --dry-run

0 commit comments

Comments
 (0)