Skip to content

Commit 2594579

Browse files
committed
Merge branch 'DaAwesomeP-GitHubActionsLint2' of github.com:DaAwesomeP/ola into DaAwesomeP-GitHubActionsLint2
2 parents 6abac14 + 568d533 commit 2594579

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

scripts/spelling.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,7 @@ if [ $current_test = "spellintian" ]; then
9292
# exit 1;
9393
exit 0;
9494
fi;
95-
fi;
96-
97-
if [ $current_test = "codespell" ]; then
95+
elif [ $current_test = "codespell" ]; then
9896
if ! zrun codespell --interactive 0 --check-filenames --check-hidden --quiet 2 --regex "[a-zA-Z0-9][\\-'a-zA-Z0-9]+[a-zA-Z0-9]" --exclude-file .codespellignorelines --ignore-words .codespellignorewords $spellingfiles 2>&1; then
9997
exit 1;
10098
fi;

0 commit comments

Comments
 (0)