Skip to content

fix: only merge adjacent ranges when in correct order (fixes #19) #47

fix: only merge adjacent ranges when in correct order (fixes #19)

fix: only merge adjacent ranges when in correct order (fixes #19) #47

Workflow file for this run

name: Build documentation
on:
push:
pull_request:
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
doc:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- uses: DeterminateSystems/flake-checker-action@main
- name: Build documentation
run: RUSTDOCFLAGS="-D warnings" nix develop --no-update-lock-file --command cargo doc --all-features