Skip to content

Commit 19ffabc

Browse files
committed
Merge branch 'main' into feat-upload
2 parents 78c8bf2 + 1b75d1c commit 19ffabc

File tree

2 files changed

+10
-33
lines changed

2 files changed

+10
-33
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.

0 commit comments

Comments
 (0)