From 79b63bee1803860fcd00cbe62251b6b1bf251745 Mon Sep 17 00:00:00 2001 From: mitsudome-r Date: Tue, 27 Aug 2024 17:34:05 +0900 Subject: [PATCH] feat(spell-check): replace spell-check dictionaries to use AWf repositories Signed-off-by: mitsudome-r --- .github/workflows/spell-check-differential.yaml | 2 +- spell-check/README.md | 2 +- spell-check/action.yaml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/spell-check-differential.yaml b/.github/workflows/spell-check-differential.yaml index 1fbf2ff4..e833cff7 100644 --- a/.github/workflows/spell-check-differential.yaml +++ b/.github/workflows/spell-check-differential.yaml @@ -13,4 +13,4 @@ jobs: - 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 + cspell-json-url: https://raw.githubusercontent.com/autowarefoundation/autoware-spell-check-dict/main/.cspell.json diff --git a/spell-check/README.md b/spell-check/README.md index ef5fb281..149c1d38 100644 --- a/spell-check/README.md +++ b/spell-check/README.md @@ -18,7 +18,7 @@ jobs: - 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 + cspell-json-url: https://raw.githubusercontent.com/autowarefoundation/autoware-spell-check-dict/main/.cspell.json local-cspell-json: .cspell.json dict-packages: | https://github.com/tier4/cspell-dicts diff --git a/spell-check/action.yaml b/spell-check/action.yaml index 9a4de293..2e35f1e9 100644 --- a/spell-check/action.yaml +++ b/spell-check/action.yaml @@ -13,8 +13,8 @@ inputs: description: "" required: false default: | - https://github.com/tier4/autoware-spell-check-dict - https://github.com/tier4/cspell-dicts + https://github.com/autowarefoundation/autoware-spell-check-dict + https://github.com/autowarefoundation/cspell-dicts token: description: "" required: false