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 d3dc3f4 commit 874884fCopy full SHA for 874884f
.github/workflows/php.yml
@@ -60,7 +60,7 @@ jobs:
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
+ run: vendor/bin/rector process . --dry-run
64
65
js:
66
runs-on: ubuntu-latest
0 commit comments