Skip to content

Commit

Permalink
Updated CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Mats391 committed Oct 3, 2024
1 parent e5dd120 commit 328f0ba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
- name: Checking localization file's structure
shell: cmd
run: |
@echo | call check-localization.exe || exit -1
call check-localization.exe -noPause
IF %ERRORLEVEL% EQU -1 exit /b 1

0 comments on commit 328f0ba

Please sign in to comment.