Skip to content

Bump actions/checkout from 5 to 6 #84

Bump actions/checkout from 5 to 6

Bump actions/checkout from 5 to 6 #84

Workflow file for this run

name: CI
on:
push:
branches:
- "**"
pull_request:
jobs:
lint-and-test:
runs-on: ubuntu-latest
timeout-minutes: 5
if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository
steps:
- uses: actions/checkout@v6
- uses: astral-sh/setup-uv@v7
- run: uv sync --all-extras --dev
- run: uv run mkdocs build