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

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"