Skip to content

Merge pull request #1182 from alleyinteractive/feature/issue-1164/res… #608

Merge pull request #1182 from alleyinteractive/feature/issue-1164/res…

Merge pull request #1182 from alleyinteractive/feature/issue-1164/res… #608

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 }}