Skip to content

feat: data-mageforge attribute handling #265

feat: data-mageforge attribute handling

feat: data-mageforge attribute handling #265

Workflow file for this run

name: PHPCS
on: [pull_request]
permissions:
contents: read
env:
PHP_VERSION: "8.4"
jobs:
check-phpcs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
- name: Set up PHP
uses: shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f # v2
with:
php-version: ${{ env.PHP_VERSION }}
tools: composer:v2
- 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/