We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 78c8bf2 + 1b75d1c commit 19ffabcCopy full SHA for 19ffabc
.github/workflows/build.yml
@@ -10,7 +10,7 @@ on:
10
jobs:
11
build:
12
runs-on: ubuntu-latest
13
-
+
14
steps:
15
- uses: actions/checkout@v4
16
@@ -20,7 +20,7 @@ jobs:
20
dotnet-version: 9.0.x
21
22
- name: Build
23
- env:
+ env:
24
NUGET_API_KEY: ${{secrets.NUGET_API_KEY}}
25
Bundle: True
26
run: |
@@ -35,3 +35,11 @@ jobs:
35
uses: codecov/codecov-action@v4
36
with:
37
token: ${{ secrets.CODECOV_TOKEN }}
38
39
+ - name: Check Router
40
+ run: |
41
+ dotnet test test/UnitTestDocs
42
43
+ - name: Check Localizer
44
45
+ dotnet test test/UnitTestLocalization
.github/workflows/close-stale-issues.yml
0 commit comments