diff --git a/.github/workflows/SpellCheck.yaml b/.github/workflows/SpellCheck.yaml index 29cd2a30942..df66e736e2f 100644 --- a/.github/workflows/SpellCheck.yaml +++ b/.github/workflows/SpellCheck.yaml @@ -20,3 +20,4 @@ jobs: local-cspell-json: .github/workflows/custom_spell.json dict-packages: | https://github.com/tier4/cspell-dicts + incremental-files-only: false diff --git a/.github/workflows/SpellCheckAll.yaml b/.github/workflows/SpellCheckAll.yaml deleted file mode 100644 index bacef52f9be..00000000000 --- a/.github/workflows/SpellCheckAll.yaml +++ /dev/null @@ -1,23 +0,0 @@ -name: Spell check all - -on: - workflow_dispatch: - pull_request: - branches: - - master - -jobs: - spell-check: - 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: .github/workflows/custom_spell.json - dict-packages: | - https://github.com/tier4/cspell-dicts - incremental-files-only: false