Skip to content

feat(posts/2024/07) add new entry #75

feat(posts/2024/07) add new entry

feat(posts/2024/07) add new entry #75

Workflow file for this run

name: Check spelling
on:
pull_request: null
jobs:
spellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: streetsidesoftware/cspell-action@v6
with:
incremental_files_only: true
strict: false
words:

Check failure on line 13 in .github/workflows/cspell.yml

View workflow run for this annotation

GitHub Actions / Check spelling

Invalid workflow file

The workflow is not valid. .github/workflows/cspell.yml (Line: 13, Col: 1): Unexpected value 'words'
- textlint