cspell test

This commit is contained in:
isaak654 2023-07-07 00:44:24 +02:00 committed by GitHub
parent 73f0a9d3f1
commit ea88f1a729
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 --no-progress --no-issues --config .github/cspell/cspell.json "**/*.md"
run: npx cspell --no-progress --config .github/cspell/cspell.json "**/*.md"