Skip to content

add doctrine/coding-standard #1

add doctrine/coding-standard

add doctrine/coding-standard #1

Workflow file for this run

name: "Coding Standards"
on:
pull_request:
branches:
- "master"
paths:
- .github/workflows/lint.yml
- composer.*
- lib/**
- phpcs.xml.dist
- tests/**
push:
branches:
- "master"
paths:
- .github/workflows/lint.yml
- composer.*
- lib/**
- phpcs.xml.dist
- tests/**
jobs:
coding-standards:
uses: "doctrine/.github/.github/workflows/[email protected]"