Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions coding-standard/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

A Github Action that runs the Magento Coding Standard.

> [!WARNING]
> This action is only compatible with Magento v2.4.4+.

## Inputs

See the [action.yml](./action.yml)
Expand Down
2 changes: 1 addition & 1 deletion coding-standard/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ runs:
- name: Register Coding Standard
shell: bash
working-directory: standard
run: vendor/bin/phpcs --config-set installed_paths ${{ github.workspace }}/standard/vendor/magento/magento-coding-standard,${{ github.workspace }}/standard/vendor/phpcompatibility/php-compatibility
run: vendor/bin/phpcs --config-set installed_paths ${{ github.workspace }}/standard/vendor/magento/magento-coding-standard,${{ github.workspace }}/standard/vendor/magento/php-compatibility-fork

- name: Set ignore warnings flag
shell: bash
Expand Down