Skip to content

declare compatibility with WordPress 6.6 #12

declare compatibility with WordPress 6.6

declare compatibility with WordPress 6.6 #12

Workflow file for this run

name: Coding Standards
on: push
jobs:
quality:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.2'
tools: composer
- name: Code style checks for PHP
run: |
composer install
composer cs