From a22ed9c05fe66b36fe131b138e7608331c3b9bdc Mon Sep 17 00:00:00 2001 From: Matthias Kay Date: Fri, 10 Jan 2025 09:01:17 +0100 Subject: [PATCH] script --- simulate.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/simulate.sh b/simulate.sh index c0b2910..1ce281b 100755 --- a/simulate.sh +++ b/simulate.sh @@ -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."