Skip to content

docs: add tips for customizing WordPress in README #75

docs: add tips for customizing WordPress in README

docs: add tips for customizing WordPress in README #75

Workflow file for this run

name: PHP-CS-Fixer
on:
push:
branches:
- master
pull_request:
jobs:
run:
runs-on: ubuntu-latest
name: PER-CS
steps:
- uses: actions/checkout@v6
- uses: shivammathur/setup-php@v2
with:
php-version: 8.5
coverage: xdebug
tools: php-cs-fixer, cs2pr
- run: php-cs-fixer fix . --dry-run --rules=@PER-CS --format=checkstyle --no-interaction | cs2pr