Skip to content

Register the site when opting in if unregistered. #225

Register the site when opting in if unregistered.

Register the site when opting in if unregistered. #225

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@v2
- name: Configure PHP environment
uses: shivammathur/setup-php@v2
with:
php-version: '8.0'
- uses: ramsey/composer-install@v2
with:
composer-options: "--ignore-platform-reqs --optimize-autoloader"
- name: Run PHPCS
run: ./vendor/bin/phpcs