Skip to content

Drop php-cs-fixer and setup phpcs #3

Drop php-cs-fixer and setup phpcs

Drop php-cs-fixer and setup phpcs #3

name: "Coding Standards"
on:
pull_request:
branches:
- "master"
paths:
- ".github/workflows/coding-standards.yml"
- "composer.*"
- "src/**" # but some packages use lib
- "phpcs.xml.dist"
- "tests/**"
push:
branches:
- "master"
paths:
- ".github/workflows/coding-standards.yml"
- "composer.*"
- "src/**" # but some packages use lib
- "phpcs.xml.dist"
- "tests/**"
jobs:
coding-standards:
name: "Coding Standards"
uses: "beberlei/DoctrineExtensions/.github/workflows/coding-standards.yml@use_a_valid_ref_here"

Check failure on line 26 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" -> "beberlei/DoctrineExtensions/.github/workflows/coding-standards.yml@use_a_valid_ref_here" : failed to fetch workflow: reference to workflow should be either a valid branch, tag, or commit
with:
php-version: "6.0" # use a custom version of PHP