Skip to content

Commit 7fb6daf

Browse files
Update streetsidesoftware/cspell-action action to v2.15.1
1 parent 0b208c9 commit 7fb6daf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/spellcheck.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
steps:
1010
- uses: actions/checkout@v3
1111
- 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
12+
uses: streetsidesoftware/cspell-action@v2.15.1
1313
with:
1414
files: "src/docs/**/*.md"
1515
incremental_files_only: true

0 commit comments

Comments
 (0)