We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0924f54 commit 27b7d22Copy full SHA for 27b7d22
.github/sync-files.yaml
@@ -19,7 +19,12 @@
19
- source: .github/workflows/semantic-pull-request.yaml
20
- source: .github/workflows/spell-check-differential.yaml
21
pre-commands: |
22
- sd "on:\n" "on:\n schedule:\n - cron: 0 0 * * *\n workflow_dispatch:\n" {source}
+ 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}
28
- source: .github/workflows/sync-files.yaml
29
- source: .clang-format
30
- source: .markdown-link-check.json
0 commit comments