Skip to content

Commit

Permalink
Translation check changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ScrappyCocco authored May 16, 2024
1 parent 72eccea commit 151ece1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/translation-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,10 @@ jobs:
cd validator
python main.py "../The_Colonists_Translation_Data_Italian.csv"
if [ $? -ne 0 ]; then
echo "Translation Check Command failed, setting status to failure"
echo "::set-output name=status::failure"
else
echo "Translation Check Command succeeded, setting status to success"
echo "::set-output name=status::success"
fi
- name: Output result
Expand Down

0 comments on commit 151ece1

Please sign in to comment.