Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 16 additions & 16 deletions .github/workflows/translation-check.yml
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
name: Verify translations
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

My editor reformatted this again... But I think this format is also fine?

name: Verify translations

on:
workflow_dispatch:
pull_request:
paths:
- 'src/translation/wininstaller/**'
- 'tools/check-wininstaller-translations.sh'
- '.github/workflows/translation-check.yml'
- "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'
- "src/translation/wininstaller/**"
- "tools/check-wininstaller-translations.sh"
- ".github/workflows/translation-check.yml"

jobs:
translation-check:
name: Verify translation
name: Verify translation
permissions:
contents: read
runs-on: ubuntu-latest
contents: read
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v6
- 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
- name: Checkout Code
uses: actions/checkout@v6
- name: "Check Windows installer translations"
run: ./tools/check-wininstaller-translations.sh
- name: "Check for duplicate hotkeys (will not fail)"
run: perl ./tools/checkkeys.pl