We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b208c9 commit 7fb6dafCopy full SHA for 7fb6daf
.github/workflows/spellcheck.yml
@@ -9,7 +9,7 @@ jobs:
9
steps:
10
- uses: actions/checkout@v3
11
- name: 🔤 check spelling # New dictionary words can be added to docs/software.txt and docs/wayfair.txt
12
- uses: streetsidesoftware/cspell-action@v2.11.0
+ uses: streetsidesoftware/cspell-action@v2.15.1
13
with:
14
files: "src/docs/**/*.md"
15
incremental_files_only: true
0 commit comments