Skip to content

Merge pull request #88 from alleyinteractive/feature/post-types #39

Merge pull request #88 from alleyinteractive/feature/post-types

Merge pull request #88 from alleyinteractive/feature/post-types #39

Workflow file for this run

name: Code Quality
on:
push:
branches:
- develop
pull_request:
jobs:
code-quality:
uses: alleyinteractive/.github/.github/workflows/php-composer-command.yml@main
with:
php: 8.1
command: |
phpcs
phpstan