From 4bd2bb3790b0144d128f4f1600c9fa351a952b6b 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:01:17 +0300 Subject: [PATCH] fix spell-check 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 | 2 ++ .github/workflows/spell-check-partial.yaml | 21 --------------------- 2 files changed, 2 insertions(+), 21 deletions(-) delete mode 100644 .github/workflows/spell-check-partial.yaml diff --git a/.github/sync-files.yaml b/.github/sync-files.yaml index e9b84597af74b..a05056766de71 100644 --- a/.github/sync-files.yaml +++ b/.github/sync-files.yaml @@ -18,6 +18,8 @@ - source: .github/workflows/pre-commit-optional.yaml - 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} - source: .github/workflows/sync-files.yaml - source: .clang-format - source: .markdown-link-check.json diff --git a/.github/workflows/spell-check-partial.yaml b/.github/workflows/spell-check-partial.yaml deleted file mode 100644 index cf5eaa71e5741..0000000000000 --- a/.github/workflows/spell-check-partial.yaml +++ /dev/null @@ -1,21 +0,0 @@ -name: spell-check-partial - -on: - pull_request: - schedule: - - cron: 0 0 * * * - workflow_dispatch: - -jobs: - spell-check-partial: - runs-on: ubuntu-latest - steps: - - name: Check out repository - uses: actions/checkout@v4 - - - name: Run spell-check - uses: autowarefoundation/autoware-github-actions/spell-check@v1 - with: - cspell-json-url: https://raw.githubusercontent.com/tier4/autoware-spell-check-dict/main/.cspell.json - local-cspell-json: .cspell.json - incremental-files-only: false