Skip to content

Commit caa91d0

Browse files
committed
allow local .cspell.json
Signed-off-by: M. Fatih Cırıt <mfc@autoware.org>
1 parent 6a1541a commit caa91d0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/sync-files.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,11 @@
2020
- source: .github/workflows/pre-commit-autoupdate.yaml
2121
- source: .github/workflows/semantic-pull-request.yaml
2222
- source: .github/workflows/spell-check-differential.yaml
23+
pre-commands: |
24+
sd " with:\n" " with:\n local-cspell-json: .cspell.json\n" {source}
2325
- source: .github/workflows/spell-check-daily.yaml
26+
pre-commands: |
27+
sd " with:\n" " with:\n local-cspell-json: .cspell.json\n" {source}
2428
- source: .github/workflows/sync-files.yaml
2529
- source: .github/workflows/update-codeowners-from-packages.yaml
2630
- source: .clang-format

0 commit comments

Comments
 (0)