File tree 2 files changed +4
-1
lines changed
2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
A Github Action that runs the Magento Coding Standard.
4
4
5
+ > [ !WARNING]
6
+ > This action is only compatible with Magento v2.4.4+.
7
+
5
8
## Inputs
6
9
7
10
See the [ action.yml] ( ./action.yml )
Original file line number Diff line number Diff line change 87
87
- name : Register Coding Standard
88
88
shell : bash
89
89
working-directory : standard
90
- run : vendor/bin/phpcs --config-set installed_paths ${{ github.workspace }}/standard/vendor/magento/magento-coding-standard,${{ github.workspace }}/standard/vendor/phpcompatibility /php-compatibility
90
+ run : vendor/bin/phpcs --config-set installed_paths ${{ github.workspace }}/standard/vendor/magento/magento-coding-standard,${{ github.workspace }}/standard/vendor/magento /php-compatibility-fork
91
91
92
92
- name : Set ignore warnings flag
93
93
shell : bash
You can’t perform that action at this time.
0 commit comments