Skip to content

Commit

Permalink
script
Browse files Browse the repository at this point in the history
  • Loading branch information
kayman-mk committed Jan 9, 2025
1 parent 68a0619 commit ce1c11f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .config/dictionaries/workflow.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
codeowners
conventionalcommits
hapag
mktemp
2 changes: 1 addition & 1 deletion .github/workflows/scripts/check_dictionaries.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ ONE_OR_MORE_FAILURES=0
for DICTIONARY_NAME in "${DICTIONARY_FILES_TO_CHECK[@]}"; do
echo "Checking for orphaned words in dictionary: $DICTIONARY_NAME"

# ensure the dictionary is sorted and unique
# ensure the dictionary is sorted and unique, fails if not
sort --ignore-case --unique --check "$DICTIONARY_NAME" > /dev/null

# Check that each word in the dictionary is actually being used
Expand Down

0 comments on commit ce1c11f

Please sign in to comment.