Skip to content

Commit c45d13c

Browse files
committed
chore: Have spellcheck ignore build and deployment workflows
1 parent efb1fe7 commit c45d13c

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.cspell.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@
77
"language": "en",
88
"ignorePaths": [
99
"**/_.gitattributes",
10-
"**/_.gitignore"
10+
"**/_.gitignore",
11+
"**/build-and-test-powershell-module.yml",
12+
"**/build-test-and-deploy-powershell-module.yml"
1113
],
1214
"words": [
1315
"behaviour",

src/ScriptModuleRepositoryTemplate/TemplateRepoFiles/_.cspell.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@
55
{
66
"version": "0.2",
77
"language": "en",
8-
"ignorePaths": [],
8+
"ignorePaths": [
9+
"**/build-and-test-powershell-module.yml",
10+
"**/build-test-and-deploy-powershell-module.yml"
11+
],
912
"words": [
1013
"behaviour",
1114
"gif",

0 commit comments

Comments
 (0)