Skip to content

Commit 3298a74

Browse files
authored
chore(ci): Upgrade check-spelling to 0.0.24 (#21737)
* chore(ci): Bump check-spelling/check-spelling from 0.0.21 to 0.0.24 This reverts commit a0e5b97. * Test upgrade to 0.0.22 Signed-off-by: Jesse Szwedko <[email protected]> * Add suggested dictionaries Signed-off-by: Jesse Szwedko <[email protected]> * Use suggested condition for suppress_push_for_open_pull_request Signed-off-by: Jesse Szwedko <[email protected]> * retry Signed-off-by: Jesse Szwedko <[email protected]> * Add more suggested dictionaries Signed-off-by: Jesse Szwedko <[email protected]> * Adding more suggested dictionaries Signed-off-by: Jesse Szwedko <[email protected]> * Update expected words Signed-off-by: Jesse Szwedko <[email protected]> * readd spell_check_this Signed-off-by: Jesse Szwedko <[email protected]> * Non-existent -> nonexistent Signed-off-by: Jesse Szwedko <[email protected]> * Remove entries with warnings from allow.txt Signed-off-by: Jesse Szwedko <[email protected]> * Replace trigger Signed-off-by: Jesse Szwedko <[email protected]> * Replace check_extra_dictionaries Signed-off-by: Jesse Szwedko <[email protected]> * chore(deps): Upgrade check-spelling to 0.0.23 Signed-off-by: Jesse Szwedko <[email protected]> * Replace trigger Signed-off-by: Jesse Szwedko <[email protected]> * chore(ci): Upgrade check-spelling to 0.0.24 Signed-off-by: Jesse Szwedko <[email protected]> * Replace trigger Signed-off-by: Jesse Szwedko <[email protected]> --------- Signed-off-by: Jesse Szwedko <[email protected]>
1 parent 9e0eef1 commit 3298a74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/spelling.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
steps:
8888
- name: check-spelling
8989
id: spelling
90-
uses: check-spelling/[email protected].23
90+
uses: check-spelling/[email protected].24
9191
with:
9292
suppress_push_for_open_pull_request: ${{ github.actor != 'dependabot[bot]' && 1 }}
9393
checkout: true

0 commit comments

Comments
 (0)