WIP: Release of OpenShot 3.4! #369
This file contains hidden or 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 |