Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .github/workflows/spellcheck.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: spellcheck
on:
push:
paths:
- '**.asciidoc'
- '**.md'
workflow_dispatch:
jobs:
build:
Expand All @@ -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/[email protected]
name: Spellcheck
3 changes: 3 additions & 0 deletions .github/workflows/sync-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ on:
push:
branches:
- master
paths:
- '**.asciidoc'
- '**.md'
name: Sync Docs
jobs:
update-wiki:
Expand Down
2 changes: 1 addition & 1 deletion .spellcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ matrix:
dictionary:
wordlists:
- en-devonfw.dict
output: solicitor.dic
output: en-devonfw.dic
pipeline:
- pyspelling.filters.url:
- pyspelling.filters.context:
Expand Down