Skip to content

Fix: always auto-layout spaceviews until the user interveens #1022

Fix: always auto-layout spaceviews until the user interveens

Fix: always auto-layout spaceviews until the user interveens #1022

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