Skip to content

Commit

Permalink
build: add spellcheck (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
Citymonstret authored Dec 22, 2023
1 parent d07612d commit afd79b0
Show file tree
Hide file tree
Showing 3 changed files with 90 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/spellcheck.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: Spellcheck Action
on: push

jobs:
build:
name: Spellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: rojopolis/[email protected]
name: Spellcheck
21 changes: 21 additions & 0 deletions .spellcheck.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
matrix:
- name: Markdown
aspell:
lang: en
dictionary:
wordlists:
- .wordlist.txt
encoding: utf-8
pipeline:
- pyspelling.filters.markdown:
markdown_extensions:
- pymdownx.superfences
- pymdownx.tabbed
- pyspelling.filters.html:
comments: false
ignores:
- code
- pre
sources:
- "docs/**/*.md"
default_encoding: utf-8
58 changes: 58 additions & 0 deletions .wordlist.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
parsers
SimpleCommandExecutionCoordinator
AsynchronousCommandExecutionCoordinator
supertype
Bukkit
bukkit
subcommand
DefaultValue
DynamicValue
pre
RegexPreprocessor
Postprocessing
preprocessors
postprocessors
preprocessor
postprocessor
NoPermissionException
InvalidCommandSenderException
NoSuchCommandException
InvalidSyntaxException
ArgumentParseException
CaptionRegistry
StandardCaptionKey
JavaDoc
Minecraft
minecraft
formatters
formatter
UUIDs
durations
enums
enum
StringParser
StringArrayParser
CharacterParser
ByteParser
ShortParser
IntegerParser
LongParser
DoubleParser
FloatParser
boolean
BooleanParser
EnumParser
Enum
UUID
UUIDParser
renderer
BungeeCord
CloudBurst
JDA
JVM
JavaCord
NeoForge
PIrcBotX
Sonatype
Gradle
kotlin

0 comments on commit afd79b0

Please sign in to comment.