Skip to content

Commit dae16b9

Browse files
Try to fix false spell check alarms by using stable version
1 parent f3bca63 commit dae16b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/spelling.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
steps:
7373
- name: check-spelling
7474
id: spelling
75-
uses: check-spelling/check-spelling@prerelease
75+
uses: check-spelling/check-spelling@0.0.25
7676
with:
7777
suppress_push_for_open_pull_request: 1
7878
checkout: true

0 commit comments

Comments
 (0)