fix: accept falsy-but-present essential claims in _validate_essential_claims #359
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |