Skip to content

ci: add workflow to run wp plugin checks #18

ci: add workflow to run wp plugin checks

ci: add workflow to run wp plugin checks #18

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