Skip to content

Commit 12e66dc

Browse files
committed
Bump spell checking action version to prerelease version
Contains initial support for ignoring code blocks.
1 parent d8b746b commit 12e66dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/spelling.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@v3
1212
- name: Check spelling
1313
id: spelling
14-
uses: check-spelling/check-spelling@v0.0.24
14+
uses: check-spelling/check-spelling@46c981b7c96b3777aff4fd711fc9a8f126121b04
1515
with:
1616
check_file_names: 1
1717
post_comment: 0

0 commit comments

Comments
 (0)