From 2253539877e6595417e7ab7c0822ef8d26b4637e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=2E=20Fatih=20C=C4=B1r=C4=B1t?= Date: Sun, 16 Jun 2024 13:51:49 +0300 Subject: [PATCH] spell-check tasks MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: M. Fatih Cırıt --- .github/sync-files.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/sync-files.yaml b/.github/sync-files.yaml index 9417de50ac0f9..76a5ad40b93c8 100644 --- a/.github/sync-files.yaml +++ b/.github/sync-files.yaml @@ -19,7 +19,12 @@ - source: .github/workflows/semantic-pull-request.yaml - source: .github/workflows/spell-check-differential.yaml pre-commands: | - 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} + - source: .github/workflows/spell-check-differential.yaml + dest: .github/workflows/spell-check-daily.yaml + pre-commands: | + sd " with:\n" " with:\n local-cspell-json: .cspell.json\n incremental-files-only: false" {source} + sd "on:\n pull_request:\n" "on:\n schedule:\n - cron: 0 0 * * *\n workflow_dispatch:\n" {source} - source: .github/workflows/sync-files.yaml - source: .clang-format - source: .markdown-link-check.json