Update website
This commit is contained in:
parent
4413528994
commit
1d90fbf296
6865 changed files with 1091082 additions and 0 deletions
20
vendor/doctrine/rst-parser/.github/workflows/composer-lint.yml
vendored
Normal file
20
vendor/doctrine/rst-parser/.github/workflows/composer-lint.yml
vendored
Normal file
|
@ -0,0 +1,20 @@
|
|||
name: "Composer Lint"
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
branches:
|
||||
- "*.x"
|
||||
paths:
|
||||
- ".github/workflows/composer-lint.yml"
|
||||
- "composer.json"
|
||||
push:
|
||||
branches:
|
||||
- "*.x"
|
||||
paths:
|
||||
- ".github/workflows/composer-lint.yml"
|
||||
- "composer.json"
|
||||
|
||||
jobs:
|
||||
composer-lint:
|
||||
name: "Composer Lint"
|
||||
uses: "doctrine/.github/.github/workflows/composer-lint.yml@3.0.0"
|
Loading…
Add table
Add a link
Reference in a new issue