Skip to content
This repository was archived by the owner on Jan 28, 2026. It is now read-only.

Commit bba5242

Browse files
Update files
1 parent 757829e commit bba5242

File tree

4 files changed

+952
-1931
lines changed

4 files changed

+952
-1931
lines changed

.github/workflows/license.yml

Lines changed: 6 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -1,45 +1,10 @@
1-
name: Update licenses
1+
name: Update license
22

33
on:
4-
schedule:
5-
- cron: '0 3 1 1 *'
6-
workflow_dispatch:
4+
schedule:
5+
- cron: '0 3 1 1 *'
6+
workflow_dispatch:
77

88
jobs:
9-
Readme:
10-
uses: TheDragonCode/.github/.github/workflows/license.yml@main
11-
12-
List:
13-
runs-on: ubuntu-latest
14-
15-
steps:
16-
- name: Checkout code
17-
uses: actions/checkout@v6
18-
19-
- name: Setup PHP
20-
uses: shivammathur/setup-php@v2
21-
with:
22-
extensions: curl, mbstring, zip, pcntl, pdo, pdo_sqlite, iconv, json
23-
coverage: none
24-
25-
- name: Install dependencies
26-
run: composer install
27-
28-
- name: Download
29-
run: php ./paw licenses
30-
31-
- name: Code-Style
32-
run: composer style
33-
34-
- name: Create a Pull Request
35-
uses: peter-evans/create-pull-request@v8
36-
with:
37-
branch: projects/download
38-
branch-suffix: random
39-
delete-branch: true
40-
add-paths: resources/licenses
41-
title: "[source]: The list of licenses has been updated"
42-
commit-message: 🗝️ The list of licenses has been updated
43-
body: The list of licenses has been updated 💪
44-
labels: |
45-
source
9+
Update:
10+
uses: TheDragonCode/.github/.github/workflows/license.yml@main

.github/workflows/preview.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: Preview Updater
2+
3+
on:
4+
schedule:
5+
- cron: '20 2 * * *'
6+
workflow_dispatch:
7+
8+
permissions:
9+
contents: write
10+
pull-requests: write
11+
12+
jobs:
13+
preview:
14+
uses: TheDragonCode/.github/.github/workflows/preview.yml@main

composer.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,16 @@
3232
"issues": "https://github.com/package-wizard/installer/issues",
3333
"source": "https://github.com/package-wizard/installer"
3434
},
35+
"funding": [
36+
{
37+
"type": "boosty",
38+
"url": "https://boosty.to/dragon-code"
39+
},
40+
{
41+
"type": "yoomoney",
42+
"url": "https://yoomoney.ru/to/410012608840929"
43+
}
44+
],
3545
"require": {
3646
"php": "^8.2",
3747
"ext-json": "*"
@@ -109,4 +119,4 @@
109119
"@test:unit"
110120
]
111121
}
112-
}
122+
}

0 commit comments

Comments
 (0)