Skip to content

Commit 0efc5ff

Browse files
committed
ci: update spell and link checks
1 parent b84658b commit 0efc5ff

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"aliveStatusCodes": [429, 200, 406]
3-
}
2+
"aliveStatusCodes": [200, 403, 406, 429]
3+
}

.github/workflows/spell-check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
steps:
2222
- name: check-spelling
2323
id: spelling
24-
uses: check-spelling/check-spelling@c635c2f3f714eec2fcf27b643a1919b9a811ef2e # v0.0.25
24+
uses: check-spelling/check-spelling@cfb6f7e75bbfc89c71eaa30366d0c166f1bd9c8c # v0.0.26
2525
with:
2626
disable_checks: noisy-file
2727
suppress_push_for_open_pull_request: 1

0 commit comments

Comments
 (0)