Skip to content

Test with johnbillion/plugin-infrastructure@wait-for-status #112

Test with johnbillion/plugin-infrastructure@wait-for-status

Test with johnbillion/plugin-infrastructure@wait-for-status #112

# yaml-language-server: $schema=https://json.schemastore.org/github-workflow
name: Coding Standards
on:
push:
branches:
- 'develop'
- 'trunk'
- 'master'
pull_request:
branches:
- '**'
workflow_dispatch:
jobs:
test:
name: ${{ matrix.label }}
uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-coding-standards.yml@doesnt-exist

Check failure on line 18 in .github/workflows/coding-standards.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/coding-standards.yml

Invalid workflow file

error parsing called workflow ".github/workflows/coding-standards.yml" -> "johnbillion/plugin-infrastructure/.github/workflows/reusable-coding-standards.yml@doesnt-exist" : failed to fetch workflow: reference to workflow should be either a valid branch, tag, or commit
strategy:
matrix:
label:
- PHP
php:
# Newest and oldest supported versions of PHP
- '8.4'
- '7.4'
fail-fast: false
with:
php: ${{ matrix.php }}