Skip to content

Commit

Permalink
feat: main language var
Browse files Browse the repository at this point in the history
  • Loading branch information
paolomainardi committed Jul 22, 2024
1 parent 1b3bdf0 commit 6ad24d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions evaluate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ while IFS= read -r project; do

# Parse and join languages
LANGUAGES=$(echo $LANGUAGES_DATA | jq -r 'keys | join(",")')
MAIN_LANGUAGE=$(echo $LANGUAGES_DATA | jq -r 'keys | .[0]')

# Check if no languages are found
if [ -z "$LANGUAGES" ]; then
Expand Down

0 comments on commit 6ad24d9

Please sign in to comment.