cspell test

This commit is contained in:
isaak654 2023-07-07 01:53:50 +02:00 committed by GitHub
parent 3143d7797d
commit 1346eee097
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -107,4 +107,4 @@ jobs:
- name: Install CSpell
run: npm install -g cspell@latest
- name: Check spelling
run: npx cspell --config .github/cspell/cspell.json --unique --show-suggestions "**/CHANGELOG.md"
run: npx cspell lint --config .github/cspell/cspell.json --unique "**/CHANGELOG.md"