File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 22
33A Github Action that runs the Magento Coding Standard.
44
5+ > [ !WARNING]
6+ > This action is only compatible with Magento v2.4.4+.
7+
58## Inputs
69
710See the [ action.yml] ( ./action.yml )
Original file line number Diff line number Diff line change 8787 - name : Register Coding Standard
8888 shell : bash
8989 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
9191
9292 - name : Set ignore warnings flag
9393 shell : bash
You can’t perform that action at this time.
0 commit comments