We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b669d8c commit 372da91Copy full SHA for 372da91
.github/workflows/php.yml
@@ -58,9 +58,6 @@ jobs:
58
59
- name: Run framework suite
60
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
64
65
js:
66
runs-on: ubuntu-latest
@@ -79,3 +76,11 @@ jobs:
79
76
80
77
- name: Run ESLint
81
78
run: npm run eslint -- eslint/rules
+
+ rector:
+ 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