Skip to content

CFP-60 - WordPress 6.3 changed custom font button and slider color #229

CFP-60 - WordPress 6.3 changed custom font button and slider color

CFP-60 - WordPress 6.3 changed custom font button and slider color #229

Workflow file for this run

name: PHP_CodeSniffer
on: pull_request
jobs:
phpcs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.0'
coverage: none
tools: composer
- name: Install dependencies
run: composer install --prefer-dist --no-suggest --no-progress
- name: Detect coding standard violations
run: vendor/bin/phpcs