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.
2 parents 6eb703f + 78fd3ca commit d400cdaCopy full SHA for d400cda
.github/workflows/spelling.yml
@@ -72,7 +72,7 @@ jobs:
72
steps:
73
- name: check-spelling
74
id: spelling
75
- uses: check-spelling/check-spelling@0.0.24
+ uses: check-spelling/check-spelling@v0.0.25
76
with:
77
suppress_push_for_open_pull_request: 1
78
checkout: true
@@ -128,7 +128,7 @@ jobs:
128
if: (success() || failure()) && needs.spelling.outputs.followup && contains(github.event_name, 'pull_request')
129
130
- name: comment
131
132
133
134
spell_check_this: check-spelling/spell-check-this@main
0 commit comments