diff --git a/.github/workflows/spellcheck.yaml b/.github/workflows/spellcheck.yaml index 3164af0ca..6c53f5c78 100644 --- a/.github/workflows/spellcheck.yaml +++ b/.github/workflows/spellcheck.yaml @@ -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"