Skip to content

Add troubleshooting guide to docs site #18

Add troubleshooting guide to docs site

Add troubleshooting guide to docs site #18

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
lint:
uses: ./.github/workflows/lint.yml
format:
uses: ./.github/workflows/format.yml
type-check:
uses: ./.github/workflows/type-check.yml
test:
uses: ./.github/workflows/test.yml
pre-commit:
uses: ./.github/workflows/pre-commit.yml