Skip to content

Fix "Pin a Post" button margin #121

Fix "Pin a Post" button margin

Fix "Pin a Post" button margin #121

Workflow file for this run

name: Code Quality
on:
push:
branches:
- develop
pull_request:
branches:
- develop
types: [opened, synchronize, reopened, ready_for_review]
jobs:
code-quality:
if: github.event.pull_request.draft == false
strategy:
matrix:
php: [8.1, 8.2]
wordpress: ["latest"]
uses: alleyinteractive/.github/.github/workflows/php-composer-command.yml@main
with:
php: ${{ matrix.php }}
command: |
phpcs
phpstan