2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-13 18:45:40 +00:00

fix trailing

This commit is contained in:
Matthias Mair
2022-05-20 13:20:55 +02:00
parent bd195105e7
commit 93b6934127
99 changed files with 2341 additions and 2347 deletions

View File

@ -31,7 +31,7 @@ jobs:
sudo apt-get install gettext
pip3 install invoke
invoke install
- name: Test Translations
- name: Test Translations
run: invoke translate
- name: Check Migration Files
run: python3 ci/check_migration_files.py

View File

@ -197,7 +197,7 @@ jobs:
invoke migrate
invoke import-records -f data.json
invoke import-records -f data.json
- name: Test Translations
- name: Test Translations
run: invoke translate
- name: Check Migration Files
run: python3 ci/check_migration_files.py