Skip to content

chore: s/ubuntu-latest/ubuntu-22.04/ #97

chore: s/ubuntu-latest/ubuntu-22.04/

chore: s/ubuntu-latest/ubuntu-22.04/ #97

Workflow file for this run

name: Check spelling
on:
pull_request: null
jobs:
spellcheck:
runs-on: ubuntu-22.04
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