Skip to content

Commit 22c6646

Browse files
committed
Prettier yaml
1 parent 0e1475e commit 22c6646

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/spelling.yaml

Lines changed: 7 additions & 7 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: ''
83+
check_extra_dictionaries: ""
8484
only_check_changed_files: true
85-
longest_word: '10'
85+
longest_word: "10"

0 commit comments

Comments
 (0)