Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 10 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4

Expand All @@ -20,7 +20,7 @@ jobs:
dotnet-version: 9.0.x

- name: Build
env:
env:
NUGET_API_KEY: ${{secrets.NUGET_API_KEY}}
Bundle: True
run: |
Expand All @@ -35,3 +35,11 @@ jobs:
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}

- name: Check Router
run: |
dotnet test test/UnitTestDocs

- name: Check Localizer
run: |
dotnet test test/UnitTestLocalization
31 changes: 0 additions & 31 deletions .github/workflows/close-stale-issues.yml

This file was deleted.

2 changes: 1 addition & 1 deletion src/BootstrapBlazor.Server/docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@
"typed": "Typeds",
"univer-sheet": "UniverSheets",
"shield-badge": "ShieldBadges",
"opt-input": "OtpInputs",
"otp-input": "OtpInputs",
"otp-service": "OtpServices",
"video-device": "VideoDevices",
"audio-device": "AudioDevices",
Expand Down