Skip to content

Commit 27b7d22

Browse files
author
M. Fatih Cırıt
committed
spell-check tasks
Signed-off-by: M. Fatih Cırıt <mfc@leodrive.ai>
1 parent 0924f54 commit 27b7d22

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/sync-files.yaml

+6-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,12 @@
1919
- source: .github/workflows/semantic-pull-request.yaml
2020
- source: .github/workflows/spell-check-differential.yaml
2121
pre-commands: |
22-
sd "on:\n" "on:\n schedule:\n - cron: 0 0 * * *\n workflow_dispatch:\n" {source}
22+
sd " with:\n" " with:\n local-cspell-json: .cspell.json\n" {source}
23+
- source: .github/workflows/spell-check-differential.yaml
24+
dest: .github/workflows/spell-check-daily.yaml
25+
pre-commands: |
26+
sd " with:\n" " with:\n local-cspell-json: .cspell.json\n incremental-files-only: false\n" {source}
27+
sd "on:\n pull_request:\n" "on:\n schedule:\n - cron: 0 0 * * *\n workflow_dispatch:\n" {source}
2328
- source: .github/workflows/sync-files.yaml
2429
- source: .clang-format
2530
- source: .markdown-link-check.json

0 commit comments

Comments
 (0)