Skip to content

Commit 65c1bea

Browse files
ci(typos): make warn-only (continue-on-error: true)
Surface spelling findings without blocking CI on existing baseline. Lychee was already warn-only; this aligns typos with the same posture. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 9b1e358 commit 65c1bea

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/typos.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,4 @@ jobs:
1616
steps:
1717
- uses: actions/checkout@v4
1818
- uses: crate-ci/typos@v1.30.0
19+
continue-on-error: true # warn-only — surface findings without blocking CI

0 commit comments

Comments
 (0)