From 918193e49f3d545e63b9ce185b5b248794b81754 Mon Sep 17 00:00:00 2001 From: "awf-autoware-bot[bot]" <94889083+awf-autoware-bot[bot]@users.noreply.github.com> Date: Wed, 9 Feb 2022 23:41:25 +0900 Subject: [PATCH] chore: sync files (#22) * chore: sync files Signed-off-by: GitHub * Update sync-files.yaml Co-authored-by: kenji-miyake Co-authored-by: Kenji Miyake <31987104+kenji-miyake@users.noreply.github.com> --- .github/sync-files.yaml | 2 +- .github/workflows/spell-check.yaml | 16 ---------------- 2 files changed, 1 insertion(+), 17 deletions(-) delete mode 100644 .github/workflows/spell-check.yaml diff --git a/.github/sync-files.yaml b/.github/sync-files.yaml index 7b4758b1c73..df5f562921b 100644 --- a/.github/sync-files.yaml +++ b/.github/sync-files.yaml @@ -7,7 +7,7 @@ - source: .github/dependabot.yaml - source: .github/workflows/pre-commit-optional.yaml - source: .github/workflows/semantic-pull-request.yaml - - source: .github/workflows/spell-check.yaml + - source: .github/workflows/spell-check-differential.yaml - source: .markdown-link-check.json - source: .markdownlint.yaml - source: .pre-commit-config-optional.yaml diff --git a/.github/workflows/spell-check.yaml b/.github/workflows/spell-check.yaml deleted file mode 100644 index 43a75891a30..00000000000 --- a/.github/workflows/spell-check.yaml +++ /dev/null @@ -1,16 +0,0 @@ -name: spell-check - -on: - pull_request: - -jobs: - spell-check: - runs-on: ubuntu-latest - steps: - - name: Check out repository - uses: actions/checkout@v2 - - - name: Run spell-check - uses: autowarefoundation/autoware-github-actions/spell-check@tier4/proposal - with: - cspell-json-url: https://raw.githubusercontent.com/tier4/autoware-spell-check-dict/main/cspell/.cspell.json