Skip to content

Commit

Permalink
Workflow update - output result
Browse files Browse the repository at this point in the history
  • Loading branch information
ScrappyCocco committed Mar 28, 2024
1 parent a964407 commit 1e41a3b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/translation-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ jobs:
python -m pip install --upgrade pip
pip install -r validator/requirements.txt
- name: Translation Validator
id: translation-check
run: |
cd validator
python main.py "../The_Colonists_Translation_Data_Italian.csv"
echo "RESULT_CAT=$(cat result)" >> $GITHUB_OUTPUT
- name: Output result
env:
RESULT_TEXT: ${{ steps.translation-check.outputs.RESULT_CAT }}
run: echo "$RESULT_TEXT"

0 comments on commit 1e41a3b

Please sign in to comment.