Skip to content

Commit 874884f

Browse files
committed
AC-1740: Add rectorphp as a dependency to magento-coding-standard
1 parent d3dc3f4 commit 874884f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
run: vendor/bin/phpcs --standard=Magento2Framework Magento2/Helpers Magento2/Sniffs Magento2Framework/Sniffs
6161

6262
- name: Run rector
63-
run: vendor/bin/rector process --dry-run
63+
run: vendor/bin/rector process . --dry-run
6464

6565
js:
6666
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)