Initial commit: queue workspace
Made-with: Cursor
This commit is contained in:
15
pro_v3.5.1/vendor/doctrine/annotations/.github/workflows/coding-standards.yml
vendored
Normal file
15
pro_v3.5.1/vendor/doctrine/annotations/.github/workflows/coding-standards.yml
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
|
||||
name: "Coding Standards"
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
branches:
|
||||
- "*.x"
|
||||
push:
|
||||
branches:
|
||||
- "*.x"
|
||||
|
||||
jobs:
|
||||
coding-standards:
|
||||
name: "Coding Standards"
|
||||
uses: "doctrine/.github/.github/workflows/coding-standards.yml@2.1.0"
|
||||
18
pro_v3.5.1/vendor/doctrine/annotations/.github/workflows/composer-lint.yml
vendored
Normal file
18
pro_v3.5.1/vendor/doctrine/annotations/.github/workflows/composer-lint.yml
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
name: "Composer Lint"
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
branches:
|
||||
- "*.x"
|
||||
paths:
|
||||
- "composer.json"
|
||||
push:
|
||||
branches:
|
||||
- "*.x"
|
||||
paths:
|
||||
- "composer.json"
|
||||
|
||||
jobs:
|
||||
composer-lint:
|
||||
name: "Composer Lint"
|
||||
uses: "doctrine/.github/.github/workflows/composer-lint.yml@2.1.0"
|
||||
19
pro_v3.5.1/vendor/doctrine/annotations/.github/workflows/continuous-integration.yml
vendored
Normal file
19
pro_v3.5.1/vendor/doctrine/annotations/.github/workflows/continuous-integration.yml
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
name: "Continuous Integration"
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
branches:
|
||||
- "*.x"
|
||||
push:
|
||||
branches:
|
||||
- "*.x"
|
||||
|
||||
env:
|
||||
fail-fast: true
|
||||
|
||||
jobs:
|
||||
phpunit:
|
||||
name: "PHPUnit"
|
||||
uses: "doctrine/.github/.github/workflows/continuous-integration.yml@2.1.0"
|
||||
with:
|
||||
php-versions: '["7.1", "7.2", "7.3", "7.4", "8.0", "8.1", "8.2"]'
|
||||
16
pro_v3.5.1/vendor/doctrine/annotations/.github/workflows/release-on-milestone-closed.yml
vendored
Normal file
16
pro_v3.5.1/vendor/doctrine/annotations/.github/workflows/release-on-milestone-closed.yml
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
name: "Automatic Releases"
|
||||
|
||||
on:
|
||||
milestone:
|
||||
types:
|
||||
- "closed"
|
||||
|
||||
jobs:
|
||||
release:
|
||||
name: "Git tag, release & create merge-up PR"
|
||||
uses: "doctrine/.github/.github/workflows/release-on-milestone-closed.yml@2.1.0"
|
||||
secrets:
|
||||
GIT_AUTHOR_EMAIL: ${{ secrets.GIT_AUTHOR_EMAIL }}
|
||||
GIT_AUTHOR_NAME: ${{ secrets.GIT_AUTHOR_NAME }}
|
||||
ORGANIZATION_ADMIN_TOKEN: ${{ secrets.ORGANIZATION_ADMIN_TOKEN }}
|
||||
SIGNING_SECRET_KEY: ${{ secrets.SIGNING_SECRET_KEY }}
|
||||
15
pro_v3.5.1/vendor/doctrine/annotations/.github/workflows/static-analysis.yml
vendored
Normal file
15
pro_v3.5.1/vendor/doctrine/annotations/.github/workflows/static-analysis.yml
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
|
||||
name: "Static Analysis"
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
branches:
|
||||
- "*.x"
|
||||
push:
|
||||
branches:
|
||||
- "*.x"
|
||||
|
||||
jobs:
|
||||
static-analysis:
|
||||
name: "Static Analysis"
|
||||
uses: "doctrine/.github/.github/workflows/static-analysis.yml@2.1.0"
|
||||
Reference in New Issue
Block a user