Skip to content

Commit 641ee1e

Browse files
committed
Move phpstan-drupal playground to its own repo
https://github.com/mglaman/phpstan-drupal-playground
1 parent 4a0b4c8 commit 641ee1e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+0
-30217
lines changed

.gitattributes

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,3 @@ tests export-ignore
66
build.xml export-ignore
77
phpcs.xml export-ignore
88
phpstan.neon export-ignore
9-
10-
/playground-runner export-ignore
11-
/playground-api export-ignore
12-
/website export-ignore

.github/dependabot.yml

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -4,27 +4,3 @@ updates:
44
directory: "/"
55
schedule:
66
interval: "weekly"
7-
- package-ecosystem: "composer"
8-
directory: "/playground-runner"
9-
schedule:
10-
interval: "weekly"
11-
ignore:
12-
- dependency-name: "drupal/core*"
13-
update-types: ["version-update:semver-major"]
14-
groups:
15-
drupal-core:
16-
patterns:
17-
- "drupal/core"
18-
- "drupal/core-dev"
19-
- package-ecosystem: "npm"
20-
directory: "/playground-runner"
21-
schedule:
22-
interval: "weekly"
23-
- package-ecosystem: "npm"
24-
directory: "/playground-api"
25-
schedule:
26-
interval: "weekly"
27-
- package-ecosystem: "npm"
28-
directory: "/website"
29-
schedule:
30-
interval: "weekly"

.github/workflows/deploy-playground-api.yml

Lines changed: 0 additions & 40 deletions
This file was deleted.

.github/workflows/deploy-playground-runner.yml

Lines changed: 0 additions & 40 deletions
This file was deleted.

.github/workflows/deploy-website.yml

Lines changed: 0 additions & 39 deletions
This file was deleted.

.github/workflows/php.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,8 @@ name: Tests
22
on:
33
push:
44
branches: [main]
5-
paths-ignore:
6-
- 'playground-runner/**'
7-
- 'playground-api/**'
8-
- 'website/**'
95
pull_request:
106
branches: [main]
11-
paths-ignore:
12-
- 'playground-runner/**'
13-
- 'playground-api/**'
14-
- 'website/**'
157
schedule:
168
- cron: 0 0 * * *
179

.github/workflows/phpstan-dev.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,8 @@ name: PHPStan other versions
22
on:
33
push:
44
branches: [main]
5-
paths-ignore:
6-
- 'playground-runner/**'
7-
- 'playground-api/**'
8-
- 'website/**'
95
pull_request:
106
branches: [main]
11-
paths-ignore:
12-
- 'playground-runner/**'
13-
- 'playground-api/**'
14-
- 'website/**'
157
schedule:
168
- cron: 0 0 * * *
179
jobs:

playground-api/.eslintrc.js

Lines changed: 0 additions & 26 deletions
This file was deleted.

playground-api/.gitignore

Lines changed: 0 additions & 3 deletions
This file was deleted.

playground-api/README.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)