Skip to content

Commit 81073fe

Browse files
committed
Adjust spelling
1 parent e0a34af commit 81073fe

File tree

2 files changed

+11
-8
lines changed

2 files changed

+11
-8
lines changed

.github/actions/spelling/allow.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
1+
ACard
12
AClient
23
AError
34
ARequest
45
ARun
56
AServer
67
AStarlette
8+
EUR
79
JSONRPCt
810
Llm
11+
aconnect
912
adk
1013
autouse
1114
codegen

.github/workflows/spelling.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ name: Check Spelling
33
on:
44
pull_request:
55
branches:
6-
- "**"
6+
- '**'
77
types:
8-
- "opened"
9-
- "reopened"
10-
- "synchronize"
8+
- 'opened'
9+
- 'reopened'
10+
- 'synchronize'
1111
issue_comment:
1212
types:
13-
- "created"
13+
- 'created'
1414

1515
jobs:
1616
spelling:
@@ -80,6 +80,6 @@ jobs:
8080
cspell:sql/src/tsql.txt
8181
cspell:terraform/dict/terraform.txt
8282
cspell:typescript/dict/typescript.txt
83-
check_extra_dictionaries: ""
84-
only_check_changed_files: true
85-
longest_word: "10"
83+
check_extra_dictionaries: ''
84+
only_check_changed_files: false
85+
longest_word: '10'

0 commit comments

Comments
 (0)