Skip to content

"Configure PHP CodeSniffer to run only in non-draft PRs" #159

"Configure PHP CodeSniffer to run only in non-draft PRs"

"Configure PHP CodeSniffer to run only in non-draft PRs" #159

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.0 ]
if: github.event.pull_request.draft == false
uses: alleyinteractive/.github/.github/workflows/php-coding-standards.yml@main
with:
php: ${{ matrix.php }}