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 468469f + 59c7c46 commit a774aeeCopy full SHA for a774aee
.github/workflows/ci.yml
@@ -164,7 +164,7 @@ jobs:
164
steps:
165
- name: ✅ Check spelling
166
id: spelling
167
- uses: check-spelling/check-spelling@v0.0.24
+ uses: check-spelling/check-spelling@v0.0.25
168
with:
169
checkout: true
170
post_comment: 0
@@ -191,7 +191,7 @@ jobs:
191
if: (success() || failure()) && needs.spellcheck.outputs.followup
192
193
- name: 💬 Report
194
195
196
197
task: ${{ needs.spellcheck.outputs.followup }}
0 commit comments