feat: change to use config file

Signed-off-by: nιcнolaѕ wιlde <ncwilde43@gmail.com>
This commit is contained in:
nιcнolaѕ wιlde 2024-11-12 12:42:47 -08:00
parent 91fe4c727e
commit af256650fc
No known key found for this signature in database
GPG Key ID: F08AD0AD08B7D7A3

View File

@ -24,6 +24,6 @@ jobs:
- name: Run spellcheck
uses: tbroadley/spellchecker-cli-action@v1
with:
files: "./cook/**/*.cook ./docs/**/*.md"
quiet: false
quiet: true
dictionaries: "./dictionary.txt"
config: "./.spellcheckerrc.yml"