We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac38591 commit 988ce9eCopy full SHA for 988ce9e
.github/workflows/spelling.yaml
@@ -11,6 +11,10 @@ jobs:
11
- uses: actions/checkout@v3
12
- name: Check spelling
13
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.
18
uses: check-spelling/check-spelling@46c981b7c96b3777aff4fd711fc9a8f126121b04
19
with:
20
check_file_names: 1
0 commit comments