diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 32d4a56c1ae..84c089267e6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -10,7 +10,7 @@ on: jobs: build: runs-on: ubuntu-latest - + steps: - uses: actions/checkout@v4 @@ -20,7 +20,7 @@ jobs: dotnet-version: 9.0.x - name: Build - env: + env: NUGET_API_KEY: ${{secrets.NUGET_API_KEY}} Bundle: True run: | @@ -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 diff --git a/.github/workflows/close-stale-issues.yml b/.github/workflows/close-stale-issues.yml deleted file mode 100644 index e54960f3845..00000000000 --- a/.github/workflows/close-stale-issues.yml +++ /dev/null @@ -1,31 +0,0 @@ -name: Close inactive issues -on: - schedule: - - cron: "0 1 * * *" - -jobs: - close-issues: - runs-on: ubuntu-latest - permissions: - issues: write - steps: - - uses: actions/stale@v9 - with: - days-before-issue-stale: 2 - any-of-labels: "invalid" - stale-issue-label: "stale" - stale-issue-message: "Since the issue was labeled with `invalid`, but no response in 2 days. This issue will be closed after 2 days. If you have any questions, you can comment and reply. \r\r 由于该 issue 被标记为不合规工程,却 2 天未收到回应,该 Issue 将与 2 天后自动关闭。" - repo-token: ${{ secrets.GITHUB_TOKEN }} - - uses: actions/stale@v9 - with: - days-before-issue-stale: 2 - any-of-labels: "need-repro-project" - stale-issue-label: "stale" - stale-issue-message: "Since the issue was labeled with `need-repro-project`, but no response in 2 days. This issue will be closed after 2 days. If you have any questions, you can comment and reply. \r\r 由于该 issue 被标记为需要复现工程,却 2 天未收到回应,该 Issue 将与 2 天后自动关闭。" - repo-token: ${{ secrets.GITHUB_TOKEN }} - - uses: actions/stale@v9 - with: - days-before-issue-close: 2 - any-of-labels: "stale" - close-issue-message: "Since the issue was labeled with `stale`, but no response in 2 days. This issue will be closed. If you have any questions, you can comment and reply. \r\r 由于该 issue 被标记为过期工程,却 2 天未收到回应。现关闭 issue,若有任何问题,可评论回复。" - repo-token: ${{ secrets.GITHUB_TOKEN }} diff --git a/src/BootstrapBlazor.Server/docs.json b/src/BootstrapBlazor.Server/docs.json index b3dd5b46714..9489fc14965 100644 --- a/src/BootstrapBlazor.Server/docs.json +++ b/src/BootstrapBlazor.Server/docs.json @@ -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",