Skip to content

Build: Bump Qt6 from 6.6.3 to 6.7.2 #217

Build: Bump Qt6 from 6.6.3 to 6.7.2

Build: Bump Qt6 from 6.6.3 to 6.7.2 #217

name: Verify translations
on:
workflow_dispatch:
pull_request:
paths:
- 'src/translation/wininstaller/**'
- 'tools/check-wininstaller-translations.sh'
- '.github/workflows/translation-check.yml'
push:
paths:
- 'src/translation/wininstaller/**'
- 'tools/check-wininstaller-translations.sh'
- '.github/workflows/translation-check.yml'
jobs:
translation-check:
name: Verify translation
permissions:
contents: read
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v4
- name: "Check Windows installer translations"
run: ./tools/check-wininstaller-translations.sh
#- name: "Check for duplicate hotkeys (will not fail)"
# run: sudo apt install libxml-simple-perl && cd src/translation/ && perl ./tools/checkkeys.pl