Skip to content

Misc changes - Part 2 #6

Misc changes - Part 2

Misc changes - Part 2 #6

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