Skip to content

Fix broken and inconsistent documentation links in IdentityServer v8.0 upgrade guides and related reference docs. #3363

Fix broken and inconsistent documentation links in IdentityServer v8.0 upgrade guides and related reference docs.

Fix broken and inconsistent documentation links in IdentityServer v8.0 upgrade guides and related reference docs. #3363

Workflow file for this run

name: ci
permissions:
contents: read
on:
push:
branches:
- main
pull_request:
types: [opened, synchronize, reopened, closed]
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: '10.0.x'
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '22'
- name: Build container
run: dotnet build.cs container
- name: Run tests
run: dotnet build.cs dotnet-test