Skip to content

Commit 352f70f

Browse files
authored
[chore]: fix cspell exclusion on .golangci.yml (#13434)
#### Description fix cspell exclusion on .golangci.yml Related to #13427 Signed-off-by: Matthieu MOREL <[email protected]>
1 parent 745f40a commit 352f70f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/utils/cspell.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,7 @@
470470
"zstd"
471471
],
472472
"ignorePaths": [
473-
".golanci.yml",
473+
".golangci.yml",
474474
".github/**/*"
475475
]
476476
}

0 commit comments

Comments
 (0)