PagBank 😍 Magento #82
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Magento Coding Quality | |
on: [push, pull_request] | |
jobs: | |
phpcs: | |
name: PHP Coding Quality | |
runs-on: ubuntu-latest | |
steps: | |
- name: PHP Coding Standard Magento2 | |
run: docker run --rm -v $PWD:/code:ro domw/phpcs phpcs --colors --standard=Magento2 --severity=1 ./ | |
- name: PhpCompatibility | |
run: docker run --rm -v $PWD:/code:ro domw/phpcompatibility phpcs --standard=PHPCompatibility --runtime-set testVersion 7.2-7.3-7.4-8.1 --colors ./ |