Skip to content

Commit a230488

Browse files
committed
feat(scripts): with korojscommands
1 parent 9fb3c2d commit a230488

File tree

14 files changed

+6728
-8790
lines changed

14 files changed

+6728
-8790
lines changed

.all-contributorsrc

Lines changed: 1 addition & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"commit": true,
1111
"contributorsPerLine": 7,
1212
"commitConvention": "gitmoji",
13-
"badgeTemplate": "[![All Contributors](https://img.shields.io/badge/all_contributors-<%= contributors.length %>-orange.svg?style=flat-square)]",
13+
"badgeTemplate": "![All Contributors](https://img.shields.io/badge/all_contributors-<%= contributors.length %>-orange.svg?style=flat-square)",
1414
"contributorTemplate": "<a href=\"<%= contributor.profile %>\"><img src=\"<%= contributor.avatar_url %>\" width=\"<%= options.imageSize %>px;\" alt=\"\"/><br /><sub><b><%= contributor.name %></b></sub></a>",
1515
"contributors": [
1616
{
@@ -21,38 +21,6 @@
2121
"contributions": [
2222
"code"
2323
]
24-
},
25-
{
26-
"login": "renovate-bot",
27-
"name": "WhiteSource Renovate",
28-
"avatar_url": "https://avatars.githubusercontent.com/u/25180681?v=4",
29-
"profile": "https://renovate.whitesourcesoftware.com/",
30-
"contributions": [
31-
"bug",
32-
"code",
33-
"infra",
34-
"maintenance",
35-
"platform",
36-
"review",
37-
"security",
38-
"tool"
39-
]
40-
},
41-
{
42-
"login": "restyled-commits",
43-
"name": "Restyled Commits",
44-
"avatar_url": "https://avatars.githubusercontent.com/u/65077583?v=4",
45-
"profile": "https://restyled.io/",
46-
"contributions": [
47-
"bug",
48-
"code",
49-
"infra",
50-
"maintenance",
51-
"platform",
52-
"review",
53-
"security",
54-
"tool"
55-
]
5624
}
5725
]
5826
}

.github/CODE_OF_CONDUCT.md

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

.github/ISSUE_TEMPLATE/bug_report.md

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

.github/ISSUE_TEMPLATE/custom.md

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

.github/ISSUE_TEMPLATE/feature_request.md

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

.github/workflows/ci.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Continuous Integration
1+
name: ci
22
on: [push]
33
jobs:
44
tests:
@@ -7,7 +7,6 @@ jobs:
77
fail-fast: false
88
matrix:
99
operating-system: [ubuntu-20.04]
10-
php-versions: ["7.4"]
1110
steps:
1211
- name: Checkout
1312
uses: actions/checkout@v3
@@ -32,9 +31,7 @@ jobs:
3231
run: npm run docker:getpull-image
3332
- name: 'Build containers'
3433
run: npm run docker:deploy
35-
- name: 'sleep'
34+
- name: 'Waiting'
3635
run: npm run docker:waiting
37-
- name: 'docker ls'
38-
run: npm run docker:ls
3936
- name: linter readme.md
4037
run: npm run lint:markdown

0 commit comments

Comments
 (0)