diff --git a/.github/actions/spelling/block-delimiters.list b/.github/actions/spelling/block-delimiters.list new file mode 100644 index 00000000..9a0a87ca --- /dev/null +++ b/.github/actions/spelling/block-delimiters.list @@ -0,0 +1,7 @@ +# generic ignore spelling block + + + +# ignore code blocks +``` +``` diff --git a/.github/workflows/spelling.yaml b/.github/workflows/spelling.yaml index f2913cac..fb49fc7b 100644 --- a/.github/workflows/spelling.yaml +++ b/.github/workflows/spelling.yaml @@ -11,7 +11,15 @@ jobs: - uses: actions/checkout@v3 - name: Check spelling id: spelling - uses: check-spelling/check-spelling@v0.0.24 + # The given commit contains preliminary, unreleased, support for ignoring + # whole blocks (multi-line) from spell checking. See + # https://github.com/check-spelling/check-spelling/commit/46c981b7c96b3777aff4fd711fc9a8f126121b04 + # for more details. + # The given commit contains preliminary, unreleased, support for ignoring + # whole blocks (multi-line) from spell checking. See + # https://github.com/check-spelling/check-spelling/commit/46c981b7c96b3777aff4fd711fc9a8f126121b04 + # for more details. + uses: check-spelling/check-spelling@46c981b7c96b3777aff4fd711fc9a8f126121b04 with: check_file_names: 1 post_comment: 0