We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89e9b7c commit 751ca0dCopy full SHA for 751ca0d
scripts/format.sh
@@ -32,7 +32,7 @@ done
32
SPELLING_ALLOW_FILE=".github/actions/spelling/allow.txt"
33
if [ -f "$SPELLING_ALLOW_FILE" ]; then
34
echo "Sorting and de-duplicating $SPELLING_ALLOW_FILE"
35
- sort -u "$SPELLING_ALLOW_FILE" -o "$SPELLING_ALLOW_FILE"
+ sort -fu "$SPELLING_ALLOW_FILE" -o "$SPELLING_ALLOW_FILE"
36
fi
37
38
CHANGED_FILES=""
0 commit comments