Skip to content

Release: v2.4.1

Release: v2.4.1 #154

Workflow file for this run

name: PHP Coding Standards
on:
pull_request:
jobs:
phpcs:
strategy:
matrix:
php: [ 8.0 ]
wordpress: [ "latest" ]
uses: alleyinteractive/.github/.github/workflows/php-coding-standards.yml@main
with:
command: "phpcs"

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

View workflow run for this annotation

GitHub Actions / PHP Coding Standards

Invalid workflow file

The workflow is not valid. .github/workflows/phpcs.yml (Line: 14, Col: 16): Invalid input, command is not defined in the referenced workflow. .github/workflows/phpcs.yml (Line: 16, Col: 18): Invalid input, wordpress is not defined in the referenced workflow.
php: ${{ matrix.php }}
wordpress: ${{ matrix.wordpress }}
working-directory: ./