Skip to content

Don't require KEY or SECRET to be set on startup #2818

Don't require KEY or SECRET to be set on startup

Don't require KEY or SECRET to be set on startup #2818

Workflow file for this run

name: Docs
on:
pull_request:
branches:
- main
- next
paths:
- docs/**
- .github/workflows/docs.yml
concurrency:
group: docs-${{ github.ref }}
cancel-in-progress: true
jobs:
spellcheck:
name: Check Spelling
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Prepare
uses: ./.github/actions/prepare
with:
build: false
- name: Lint
run: pnpm --filter docs spellcheck