Adding recovery menu to OpenShot for recovering previous auto-save files #223
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Validate translations | |
on: | |
workflow_dispatch: | |
push: | |
paths: src/language/** | |
pull_request: | |
paths: src/language/** | |
jobs: | |
test: | |
runs-on: ubuntu-latest | |
defaults: | |
run: | |
shell: bash | |
steps: | |
- uses: actions/checkout@v3 | |
- run: sudo apt install qttranslations5-l10n python3-pyqt5 | |
- name: Translation Test | |
run: python3 ./src/language/test_translations.py |