Skip to content

Add hugo.Store, site.Store and Shortcode.Store #2673

Add hugo.Store, site.Store and Shortcode.Store

Add hugo.Store, site.Store and Shortcode.Store #2673

Workflow file for this run

name: "Check spelling"
on:
push:
pull_request:
branches-ignore:
- "dependabot/**"
permissions:
contents: read
jobs:
spellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: streetsidesoftware/cspell-action@v5
with:
check_dot_files: false
files: content/**/*.md
incremental_files_only: true
inline: warning
strict: false