Skip to content

Commit

Permalink
add .github/workflows/doc-spelling.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ilius committed Oct 20, 2023
1 parent f556213 commit 387a0f5
Show file tree
Hide file tree
Showing 3 changed files with 114 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/spellcheck.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
matrix:
- name: Markdown
aspell:
lang: en
dictionary:
wordlists:
- .github/wordlist.txt
encoding: utf-8
pipeline:
- pyspelling.filters.markdown:
- pyspelling.filters.html:
comments: false
ignores:
- code
- pre
sources:
- '**/*.md'
default_encoding: utf-8
80 changes: 80 additions & 0 deletions .github/wordlist.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,80 @@
Aard
ABBYY
Almaany
AppleDict
archlinux
ArchLinux
aur
bgl
BGL
CEDICT
cmd
config
csv
CSV
df
Dictd
Dictfile
dictfmt
DictionaryForMIDs
dictunformat
DigitalNK
DIKT
dsl
DSL
dtxt
edlin
EDLIN
epub
EPUB
FreeDict
Gettext
Gobject
Gtk
https
https
ifo
JMDict
json
JSON
jsonl
kedict
Kiwix
kobo
Kobo
ldf
Lingvo
md
MDict
mdx
mids
mobi
Mobipocket
NixOS
openSUSE
po
PyGI
pyglossary
PyGlossary
quickdic
QuickDic
rst
sql
StarDict
Tabfile
tcltk
tei
Termux
Tkinter
txt
ui
UI
Wiktextract
Wordset
www
xdxf
XDXF
xml
Yomichan
zim
Zim
16 changes: 16 additions & 0 deletions .github/workflows/doc-spelling.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Spellcheck
on: push

jobs:
build:
name: Spellcheck
runs-on: ubuntu-latest
steps:
# The checkout step
- uses: actions/checkout@v3
- uses: rojopolis/spellcheck-github-actions@0.34.0
name: Spellcheck
with:
config_path: .github/spellcheck.yml


0 comments on commit 387a0f5

Please sign in to comment.