Skip to content

Add new word in dictionary. #29

Add new word in dictionary.

Add new word in dictionary. #29

Workflow file for this run

name: spellcheck_2
on: push
jobs:
spellcheck:
runs-on: ubuntu-latest
name: Spellcheck
steps:
- uses: actions/checkout@v4
- uses: tbroadley/spellchecker-cli-action@v1
with:
files: '**/**/*.md'
quiet: true
dictionaries: spellcheck/wordlist2.txt
noSuggestions: true