Skip to content

Commit

Permalink
Test Workflow update
Browse files Browse the repository at this point in the history
  • Loading branch information
ScrappyCocco committed Mar 28, 2024
1 parent d3cd1ff commit a1c1d7e
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/translation-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,8 @@ 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.txt)" >> $GITHUB_OUTPUT
- name: Output result
env:
RESULT_TEXT: ${{ steps.translation-check.outputs.RESULT_CAT }}
run: echo "$RESULT_TEXT"
run: cat results.txt

0 comments on commit a1c1d7e

Please sign in to comment.