Skip to content

Commit

Permalink
refactor style
Browse files Browse the repository at this point in the history
  • Loading branch information
babakamyljanovssw committed Sep 20, 2024
1 parent b68f2fa commit de854d4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test-check-extension-case.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ jobs:
[ $lowercaseFileExtension == 'svg' ] || \
[ $lowercaseFileExtension == 'png' ] || \
[ $lowercaseFileExtension == 'jpg' ] || \
[ $lowercaseFileExtension == 'jpeg' ]
then
[ $lowercaseFileExtension == 'jpeg' ]; then
if ! [[ $fileExtension =~ ^[[:lower:]]+$ ]];
then
echo "Use lowercase file extensions"
Expand Down

0 comments on commit de854d4

Please sign in to comment.