Skip to content

docs: add API to footer (Docs column) (#440) #88

docs: add API to footer (Docs column) (#440)

docs: add API to footer (Docs column) (#440) #88

Workflow file for this run

name: 🧙 Check spell
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
spellcheck:
runs-on: ubuntu-latest
name: 🔍 spellcheck
steps:
- uses: actions/checkout@v4
- uses: streetsidesoftware/cspell-action@v6
with:
files: "**/*"
root: "."
config: "./cspell.json"
inline: error
strict: true
use_cspell_files: false
incremental_files_only: false