Skip to content

Add multisite testing to GitHub Actions #161

Add multisite testing to GitHub Actions

Add multisite testing to GitHub Actions #161

Workflow file for this run

name: PHP Coding Standards
on:
pull_request:
branches:

Check failure on line 5 in .github/workflows/phpcs.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/phpcs.yml

Invalid workflow file

You have an error in your yaml syntax on line 5
- develop
types: [ opened, synchronize, reopened, ready_for_review ]
jobs:
phpcs:
strategy:
matrix:
php: [ 8.2 ]
if: github.event.pull_request.draft == false
uses: alleyinteractive/.github/.github/workflows/php-coding-standards.yml@main
with:
php: ${{ matrix.php }}