Skip to content

feat: add Identity Assertion JWT Authorization Grant (ID-JAG) #358

feat: add Identity Assertion JWT Authorization Grant (ID-JAG)

feat: add Identity Assertion JWT Authorization Grant (ID-JAG) #358

Workflow file for this run

name: docs
on:
push:
branches-ignore:
- 'wip-*'
pull_request:
branches-ignore:
- 'wip-*'
env:
FORCE_COLOR: '1'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Install uv
uses: astral-sh/setup-uv@v7
with:
enable-cache: true
- run: |
uv sync --all-groups
uv run sphinx-build docs build/sphinx/html --fail-on-warning