Update website
This commit is contained in:
parent
4413528994
commit
1d90fbf296
6865 changed files with 1091082 additions and 0 deletions
29
vendor/doctrine/rst-parser/.github/workflows/coding-standards.yml
vendored
Normal file
29
vendor/doctrine/rst-parser/.github/workflows/coding-standards.yml
vendored
Normal file
|
@ -0,0 +1,29 @@
|
|||
|
||||
name: "Coding Standards"
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
branches:
|
||||
- "*.x"
|
||||
paths:
|
||||
- ".github/workflows/coding-standards.yml"
|
||||
- "composer.*"
|
||||
- "lib/**"
|
||||
- "phpcs.xml.dist"
|
||||
- "tests/**"
|
||||
push:
|
||||
branches:
|
||||
- "*.x"
|
||||
paths:
|
||||
- ".github/workflows/coding-standards.yml"
|
||||
- "composer.*"
|
||||
- "lib/**"
|
||||
- "phpcs.xml.dist"
|
||||
- "tests/**"
|
||||
|
||||
jobs:
|
||||
coding-standards:
|
||||
name: "Coding Standards"
|
||||
uses: "doctrine/.github/.github/workflows/coding-standards.yml@3.0.0"
|
||||
with:
|
||||
php-version: "8.1"
|
Loading…
Add table
Add a link
Reference in a new issue