Skip to content

Initial cspell and prettier support #1

Initial cspell and prettier support

Initial cspell and prettier support #1

Workflow file for this run

name: 'Check spelling'
on:
pull_request:
push:
jobs:
spellcheck: # run the action
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: streetsidesoftware/cspell-action@v5
with:

Check failure on line 12 in .github/workflows/spellcheck.yml

View workflow run for this annotation

GitHub Actions / Check spelling

Invalid workflow file

The workflow is not valid. .github/workflows/spellcheck.yml (Line: 12, Col: 14): Unexpected value '' .github/workflows/spellcheck.yml (Line: 13, Col: 9): Unexpected value 'files'
files: ''
root: 'docs/'
inline: warning
strict: false
incremental_files_only: true
config: '.cspell.json'
verbose: false