Skip to content

Support Github Sponsors #2

Support Github Sponsors

Support Github Sponsors #2

Workflow file for this run

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