diff --git a/.github/workflows/spellcheck.yml b/.github/workflows/spellcheck.yml index e7b27767..721ec685 100644 --- a/.github/workflows/spellcheck.yml +++ b/.github/workflows/spellcheck.yml @@ -1,6 +1,9 @@ name: spellcheck on: push: + paths: + - '**.asciidoc' + - '**.md' workflow_dispatch: jobs: build: @@ -10,6 +13,6 @@ jobs: uses: actions/checkout@v2 - name: download dictionary run: | - wget https://raw.githubusercontent.com/devonfw/.github/master/en-devonfw.dict -O ./en-devonfw.dict + wget https://raw.githubusercontent.com/sujith-mn/.github/master/en-devonfw.dict -O ./en-devonfw.dict - uses: igsekor/pyspelling-any@v0.0.2 name: Spellcheck diff --git a/.github/workflows/sync-docs.yml b/.github/workflows/sync-docs.yml index 95fe9d8f..c2e7a4c4 100644 --- a/.github/workflows/sync-docs.yml +++ b/.github/workflows/sync-docs.yml @@ -7,6 +7,9 @@ on: push: branches: - master + paths: + - '**.asciidoc' + - '**.md' name: Sync Docs jobs: update-wiki: diff --git a/.spellcheck.yml b/.spellcheck.yml index 6d805e71..194bdf2e 100644 --- a/.spellcheck.yml +++ b/.spellcheck.yml @@ -8,7 +8,7 @@ matrix: dictionary: wordlists: - en-devonfw.dict - output: solicitor.dic + output: en-devonfw.dic pipeline: - pyspelling.filters.url: - pyspelling.filters.context: