Skip to content

Commit

Permalink
Continue to output step if check fails
Browse files Browse the repository at this point in the history
  • Loading branch information
ScrappyCocco authored May 16, 2024
1 parent f4cf0ef commit a70e3d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/translation-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
python -m pip install --upgrade pip
pip install -r validator/requirements.txt
- name: Translation Validator
continue-on-error: true
run: |
cd validator
python main.py "../The_Colonists_Translation_Data_Italian.csv"
Expand Down

0 comments on commit a70e3d8

Please sign in to comment.