Skip to content

Commit

Permalink
script
Browse files Browse the repository at this point in the history
  • Loading branch information
kayman-mk committed Jan 10, 2025
1 parent 0a57410 commit a22ed9c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions simulate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,6 @@ mv .config/cspell.json .config/cspell.json.temp
cspell_version="v8.17.1"
npx cspell@${cspell_version:1} . --dot --no-progress --no-summary --unique --words-only --no-exit-code --exclude ".git/**" --exclude ".idea/**" --exclude "$DICTIONARIES_PATH/**" | sort --ignore-case --unique > ../.config/dictionaries/workflow.txt

mv .config/cspell.json.temp .config/cspell.json

echo "Dictionary workflow.txt updated in your branch. Please review and commit the changes."

0 comments on commit a22ed9c

Please sign in to comment.