We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ed3fba commit d7876c4Copy full SHA for d7876c4
1 file changed
.github/workflows/spell-check.yaml
@@ -23,7 +23,7 @@ jobs:
23
steps:
24
- name: check-spelling
25
id: spelling
26
- uses: check-spelling/check-spelling@v0.0.23
+ uses: check-spelling/check-spelling@v0.0.24
27
with:
28
disable_checks: noisy-file
29
suppress_push_for_open_pull_request: 1
@@ -48,7 +48,7 @@ jobs:
48
if: (success() || failure()) && needs.spelling.outputs.followup
49
50
- name: comment
51
52
53
checkout: true
54
task: ${{ needs.spelling.outputs.followup }}
0 commit comments