Skip to content

Commit 1b75d1c

Browse files
authored
chore(Action): remove stale action (#6048)
* chore: 更新 action * chore: 更正配置 * refactor: 移除不使用的 action * chore: 更新分支
1 parent cd681ef commit 1b75d1c

File tree

3 files changed

+11
-34
lines changed

3 files changed

+11
-34
lines changed

.github/workflows/build.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
jobs:
1111
build:
1212
runs-on: ubuntu-latest
13-
13+
1414
steps:
1515
- uses: actions/checkout@v4
1616

@@ -20,7 +20,7 @@ jobs:
2020
dotnet-version: 9.0.x
2121

2222
- name: Build
23-
env:
23+
env:
2424
NUGET_API_KEY: ${{secrets.NUGET_API_KEY}}
2525
Bundle: True
2626
run: |
@@ -35,3 +35,11 @@ jobs:
3535
uses: codecov/codecov-action@v4
3636
with:
3737
token: ${{ secrets.CODECOV_TOKEN }}
38+
39+
- name: Check Router
40+
run: |
41+
dotnet test test/UnitTestDocs
42+
43+
- name: Check Localizer
44+
run: |
45+
dotnet test test/UnitTestLocalization

.github/workflows/close-stale-issues.yml

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

src/BootstrapBlazor.Server/docs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@
229229
"typed": "Typeds",
230230
"univer-sheet": "UniverSheets",
231231
"shield-badge": "ShieldBadges",
232-
"opt-input": "OtpInputs",
232+
"otp-input": "OtpInputs",
233233
"otp-service": "OtpServices",
234234
"video-device": "VideoDevices",
235235
"audio-device": "AudioDevices",

0 commit comments

Comments
 (0)