Skip to content

Commit 358a070

Browse files
committed
Fix failing spelling check (#3153)
Exclude SVGs from spelling check
1 parent 99fccbc commit 358a070

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,8 @@ jobs:
158158
locale: "US"
159159
reporter: "github-check"
160160
fail_level: "error"
161+
exclude: |
162+
**/*.svg
161163
162164
check-redirects:
163165
runs-on: ubuntu-22.04

0 commit comments

Comments
 (0)