Skip to content

Code Quality

Code Quality #918

Workflow file for this run

name: Code Quality
on:
push:
branches:
- production
pull_request:
schedule:
- cron: '0 0 * * *'
jobs:
coding-quality:
uses: alleyinteractive/.github/.github/workflows/php-composer-command.yml@main
with:
php: 8.1
command: |
phpcs
phpstan