Skip to content

Add ThemePath model and update BuildThemesCommand to utilize it for t… #58

Add ThemePath model and update BuildThemesCommand to utilize it for t…

Add ThemePath model and update BuildThemesCommand to utilize it for t… #58

Workflow file for this run

name: Check phpcs
on: [pull_request]
permissions:
contents: read
env:
PHP_VERSION: "8.3"
jobs:
check-phpcs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@cbb722410c2e876e24abbe8de2cc27693e501dcb
- name: Set up PHP
uses: shivammathur/setup-php@19ba822314c230a9039afce40e65d6c2b352ebfb
with:
php-version: ${{ env.PHP_VERSION }}
- name: Install Magento Coding Standard
run: composer create-project magento/magento-coding-standard --stability=dev /tmp/magento-coding-standard
- name: Run PHPCS
run: /tmp/magento-coding-standard/vendor/bin/phpcs -p -s --standard=Magento2 src/