Skip to content

Commit 988ce9e

Browse files
authored
Update .github/workflows/spelling.yaml
1 parent ac38591 commit 988ce9e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/spelling.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ jobs:
1111
- uses: actions/checkout@v3
1212
- name: Check spelling
1313
id: spelling
14+
# The given commit contains preliminary, unreleased, support for ignoring
15+
# whole blocks (multi-line) from spell checking. See
16+
# https://github.com/check-spelling/check-spelling/commit/46c981b7c96b3777aff4fd711fc9a8f126121b04
17+
# for more details.
1418
uses: check-spelling/check-spelling@46c981b7c96b3777aff4fd711fc9a8f126121b04
1519
with:
1620
check_file_names: 1

0 commit comments

Comments
 (0)