Skip to content

repo-wide: Unify spelling/format of ".eopkg file(s)" #211

repo-wide: Unify spelling/format of ".eopkg file(s)"

repo-wide: Unify spelling/format of ".eopkg file(s)" #211

Workflow file for this run

name: "Spellcheck with cspell"
on:
pull_request:
jobs:
spellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: streetsidesoftware/cspell-action@v5
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
files: |
**/*.{md,mdx}
inline: warning
strict: false
incremental_files_only: true
config: ".cspell.json"
verbose: false