Browse Source

Merge pull request #888 from nextcloud/fix/ci/cspell

Fix cspell CI
pull/887/head
Kate 1 year ago committed by GitHub
parent
commit
7cb09ddcd6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/spellcheck.yaml
  2. 1
      cspell.json

2
.github/workflows/spellcheck.yaml

@ -8,3 +8,5 @@ jobs:
steps:
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
- uses: streetsidesoftware/cspell-action@22e32eb3d70acf30e3fc09bd46edc1d30fb2d6db # v3
with:
incremental_files_only: false

1
cspell.json

@ -2,6 +2,7 @@
"version": "0.2",
"language": "en",
"useGitignore": true,
"enableGlobDot": false,
"words": [
"OpenAPI"
],

Loading…
Cancel
Save