Skip to content

Add fmt::Debug implementations to various types. #1688

Add fmt::Debug implementations to various types.

Add fmt::Debug implementations to various types. #1688

Workflow file for this run

name: Documentation
on:
pull_request:
push:
branches:
- "main"
permissions:
contents: read
jobs:
spellcheck:
name: Spellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: streetsidesoftware/cspell-action@v2
with:
config: "docs/cspell.json"
files: "docs/**/*.md"
linkinator:
name: linkinator
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: jprochazk/linkinator-action@main
with:
paths: "docs/**/*.md"
linksToSkip: "https://crates.io/crates/rerun"
retry: true
retryErrors: true
retryErrorsCount: 5
retryErrorsJitter: 2000