Skip to content

Merge pull request #1177 from alleyinteractive/feature/feature/issue-… #604

Merge pull request #1177 from alleyinteractive/feature/feature/issue-…

Merge pull request #1177 from alleyinteractive/feature/feature/issue-… #604

Workflow file for this run

name: PHP Coding Standards
on:
push:
branches:
- develop
- release/*
pull_request:
types: [ opened, synchronize, reopened, ready_for_review ]
branches:
- develop
- release/*
jobs:
phpcs:
strategy:
matrix:
php: [ '8.3' ]
if: github.event.pull_request.draft == false
uses: alleyinteractive/.github/.github/workflows/php-coding-standards.yml@main
with:
php: ${{ matrix.php }}