Skip to content

ci: add standard centralized workflows (auto-format, dependabot-automerge, docs-preview-cleanup) #3

ci: add standard centralized workflows (auto-format, dependabot-automerge, docs-preview-cleanup)

ci: add standard centralized workflows (auto-format, dependabot-automerge, docs-preview-cleanup) #3

Workflow file for this run

name: "Spell Check"
on:
pull_request:
push:
branches:
- main
workflow_dispatch:
jobs:
typos:
name: "Spell Check with Typos"
uses: "SciML/.github/.github/workflows/spellcheck.yml@v1"
secrets: "inherit"