Skip to content

Commit

Permalink
Sync over the latest and greatest spellcheck config (#4780)
Browse files Browse the repository at this point in the history
  • Loading branch information
tas50 authored Oct 25, 2024
1 parent c983b51 commit 8bd4512
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cla.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
name: "CLA Assistant"
on:
issue_comment:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/spell-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
steps:
- name: check-spelling
id: spelling
uses: check-spelling/[email protected].22
uses: check-spelling/[email protected].23
with:
disable_checks: noisy-file
suppress_push_for_open_pull_request: 1
Expand All @@ -48,7 +48,7 @@ jobs:
if: (success() || failure()) && needs.spelling.outputs.followup
steps:
- name: comment
uses: check-spelling/[email protected].22
uses: check-spelling/[email protected].23
with:
checkout: true
task: ${{ needs.spelling.outputs.followup }}

0 comments on commit 8bd4512

Please sign in to comment.