Skip to content

Issue-1164: REST Endpoints actually return a WP_Error if Apple News *is not* initialized #594

Issue-1164: REST Endpoints actually return a WP_Error if Apple News *is not* initialized

Issue-1164: REST Endpoints actually return a WP_Error if Apple News *is not* initialized #594

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