Skip to content

Commit e345cd3

Browse files
committed
style: apply php-cs-fixer
1 parent 6969856 commit e345cd3

Some content is hidden

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

54 files changed

+418
-516
lines changed

.github/CODE_OF_CONDUCT.md

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,3 @@
1-
2-
统计
3-
升级会员享更多高级权益
4-
立即升级
5-
生词
6-
已掌握
7-
例句库
8-
PDF 翻译
9-
beta
10-
11-
管理黑名单
12-
本页生词
13-
(0)
14-
已掌握
15-
(0)
16-
Search
17-
我的
18-
设置
191
# Contributor Covenant Code of Conduct
202

213
## Our Pledge
@@ -143,4 +125,4 @@ enforcement ladder](https://github.com/mozilla/diversity).
143125

144126
For answers to common questions about this code of conduct, see the FAQ at
145127
https://www.contributor-covenant.org/faq. Translations are available at
146-
https://www.contributor-covenant.org/translations.
128+
https://www.contributor-covenant.org/translations.

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Bug Report
22
# https://github.com/spatie/package-skeleton-php/tree/main/.github/ISSUE_TEMPLATE
33
description: Report an Issue or Bug with the Package
44
title: "[Bug]: "
5-
labels: [ "bug" ]
5+
labels: ["bug"]
66
body:
77
- type: markdown
88
attributes:

.github/ISSUE_TEMPLATE/feature-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: 🚀 New feature proposal
22
# https://github.com/antfu/.github/tree/main/.github/ISSUE_TEMPLATE
33
description: Propose a new feature
4-
labels: [ enhancement ]
4+
labels: [enhancement]
55
body:
66
- type: markdown
77
attributes:

.github/ISSUE_TEMPLATE/typo.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: 👀 Typo / Grammar fix
22
# https://github.com/antfu/.github/tree/main/.github/ISSUE_TEMPLATE
33
description: You can just go ahead and send a PR! Thank you!
4-
labels: [ ]
4+
labels: []
55
body:
66
- type: markdown
77
attributes:
@@ -13,4 +13,4 @@ body:
1313
- type: textarea
1414
id: context
1515
attributes:
16-
label: Additional context
16+
label: Additional context

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ updates:
1212
schedule:
1313
interval: daily
1414
time: "21:00"
15-
open-pull-requests-limit: 10
15+
open-pull-requests-limit: 10

.github/stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ markComment: >
1414
recent activity. It will be closed if no further activity occurs. Thank you
1515
for your contributions.
1616
# Comment to post when closing a stale issue. Set to `false` to disable
17-
closeComment: false
17+
closeComment: false

.github/workflows/dependabot-auto-merge.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: dependabot-auto-merge
2-
on: [ workflow_dispatch, pull_request_target ]
2+
on: [workflow_dispatch, pull_request_target]
33

44
permissions:
55
pull-requests: write
@@ -29,4 +29,4 @@ jobs:
2929
run: gh pr merge --auto --merge "$PR_URL"
3030
env:
3131
PR_URL: ${{github.event.pull_request.html_url}}
32-
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
32+
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

.github/workflows/label.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# https://github.com/actions/labeler
77

88
name: labeler
9-
on: [ workflow_dispatch, pull_request ]
9+
on: [workflow_dispatch, pull_request]
1010

1111
jobs:
1212
label:
@@ -19,4 +19,4 @@ jobs:
1919
steps:
2020
- uses: actions/labeler@v6
2121
with:
22-
repo-token: "${{ secrets.GITHUB_TOKEN }}"
22+
repo-token: "${{ secrets.GITHUB_TOKEN }}"

.github/workflows/license.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ on:
77

88
jobs:
99
Update:
10-
uses: TheDragonCode/.github/.github/workflows/license.yml@main
10+
uses: TheDragonCode/.github/.github/workflows/license.yml@main

.github/workflows/lint-md.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: lint markdown
22

3-
on: [ workflow_dispatch, push, pull_request ]
3+
on: [workflow_dispatch, push, pull_request]
44

55
jobs:
66
lint-markdown:
@@ -16,4 +16,4 @@ jobs:
1616
run: npm install -g @lint-md/cli
1717

1818
- name: Lint markdown
19-
run: lint-md --config .lintmdrc ./*.md ./.github/ ./docs/ ./src/*/*.md
19+
run: lint-md --config .lintmdrc ./*.md ./.github/ ./docs/ ./src/*/*.md

0 commit comments

Comments
 (0)