Skip to content

Misc changes

Misc changes #2

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