Skip to content

Commit

Permalink
feat(spell-check): replace spell-check dictionaries to use AWf reposi…
Browse files Browse the repository at this point in the history
…tories

Signed-off-by: mitsudome-r <[email protected]>
  • Loading branch information
mitsudome-r committed Aug 27, 2024
1 parent f95438f commit 79b63be
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/spell-check-differential.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion spell-check/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions spell-check/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 79b63be

Please sign in to comment.