Skip to content

Added generic filter on the show-optin option key #235

Added generic filter on the show-optin option key

Added generic filter on the show-optin option key #235

Workflow file for this run

name: Coding Standards
on: pull_request
jobs:
phpcs:
name: phpcs
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Configure PHP environment
uses: shivammathur/setup-php@v2
with:
php-version: '8.2'
- uses: ramsey/composer-install@v3
with:
composer-options: "--ignore-platform-reqs --optimize-autoloader"
- name: Run PHPCS
run: ./vendor/bin/phpcs