Skip to content

Commit 633f632

Browse files
committed
fix
1 parent c98ec63 commit 633f632

File tree

1 file changed

+2
-14
lines changed

1 file changed

+2
-14
lines changed

.github/workflows/spelling.yml

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -57,21 +57,9 @@ name: Check Spelling
5757
# ... otherwise adjust the `with:` as you wish
5858

5959
on:
60-
push:
61-
branches:
62-
- "**"
63-
tags-ignore:
64-
- "**"
6560
pull_request:
6661
branches:
6762
- "**"
68-
types:
69-
- "opened"
70-
- "reopened"
71-
- "synchronize"
72-
issue_comment:
73-
types:
74-
- "created"
7563

7664
jobs:
7765
spelling:
@@ -105,6 +93,8 @@ jobs:
10593
report-timing: 1
10694
warnings: bad-regex,binary-file,deprecated-feature,ignored-expect-variant,large-file,limited-references,no-newline-at-eof,noisy-file,non-alpha-in-dictionary,token-is-substring,unexpected-line-ending,whitespace-in-dictionary,minified-file,unsupported-configuration,no-files-to-check,unclosed-block-ignore-begin,unclosed-block-ignore-end
10795
experimental_apply_changes_via_bot: 1
96+
only_check_changed_files: true
97+
check_extra_dictionaries: ''
10898
dictionary_source_prefixes: '{"cspell": "https://raw.githubusercontent.com/streetsidesoftware/cspell-dicts/main/dictionaries/"}'
10999
extra_dictionaries: |
110100
cspell:aws/dict/aws.txt
@@ -141,5 +131,3 @@ jobs:
141131
cspell:sql/src/tsql.txt
142132
cspell:terraform/dict/terraform.txt
143133
cspell:typescript/dict/typescript.txt
144-
check_extra_dictionaries: ''
145-
only_check_changed_files: true

0 commit comments

Comments
 (0)