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.
1 parent 468469f commit 59c7c46Copy full SHA for 59c7c46
.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