Skip to content

Separate the coding standards and static analysis workflows. #126

Separate the coding standards and static analysis workflows.

Separate the coding standards and static analysis workflows. #126

# yaml-language-server: $schema=https://json.schemastore.org/github-workflow
name: Coding Standards
on:
push:
branches:
- 'develop'
- 'trunk'
- 'master'
pull_request:
branches:
- '**'
workflow_dispatch:
permissions: {}
jobs:
test:
name: ${{ matrix.label }}
permissions:
contents: read
uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-coding-standards.yml@trunk
strategy:
matrix:
label:
- PHP
php:
- '8.4'
fail-fast: false
with:
php: ${{ matrix.php }}