Skip to content

Release: v2.4.1

Release: v2.4.1 #155

Workflow file for this run

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

Check failure on line 13 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: 13, Col: 16): Invalid input, command is not defined in the referenced workflow.
php: ${{ matrix.php }}