Skip to content

Commit 1dd8d50

Browse files
committed
fix(ci): spell check workflow
1 parent 275736d commit 1dd8d50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/spell-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
- "**/*.yaml"
1111
- "**/*.py"
1212
- "**/*.js"
13-
- "**/*.ts"
13+
- "**/*.tsx"
1414
- "**/*.html"
1515
- "**/*.rst"
1616
- "!**/*.svg" # Exclude svg files from triggering the workflow

0 commit comments

Comments
 (0)