|
1 | | -name: Verify translations |
| 1 | +name: Verify translations |
2 | 2 |
|
3 | 3 | on: |
4 | 4 | workflow_dispatch: |
5 | 5 | pull_request: |
6 | 6 | paths: |
7 | | - - 'src/translation/wininstaller/**' |
8 | | - - 'tools/check-wininstaller-translations.sh' |
9 | | - - '.github/workflows/translation-check.yml' |
| 7 | + - "src/translation/wininstaller/**" |
| 8 | + - "tools/check-wininstaller-translations.sh" |
| 9 | + - ".github/workflows/translation-check.yml" |
10 | 10 | push: |
11 | 11 | paths: |
12 | | - - 'src/translation/wininstaller/**' |
13 | | - - 'tools/check-wininstaller-translations.sh' |
14 | | - - '.github/workflows/translation-check.yml' |
| 12 | + - "src/translation/wininstaller/**" |
| 13 | + - "tools/check-wininstaller-translations.sh" |
| 14 | + - ".github/workflows/translation-check.yml" |
15 | 15 |
|
16 | 16 | jobs: |
17 | 17 | translation-check: |
18 | | - name: Verify translation |
| 18 | + name: Verify translation |
19 | 19 | permissions: |
20 | | - contents: read |
21 | | - runs-on: ubuntu-latest |
| 20 | + contents: read |
| 21 | + runs-on: ubuntu-latest |
22 | 22 | steps: |
23 | | - - name: Checkout Code |
24 | | - uses: actions/checkout@v6 |
25 | | - - name: "Check Windows installer translations" |
26 | | - run: ./tools/check-wininstaller-translations.sh |
27 | | - #- name: "Check for duplicate hotkeys (will not fail)" |
28 | | - # run: sudo apt install libxml-simple-perl && cd src/translation/ && perl ./tools/checkkeys.pl |
| 23 | + - name: Checkout Code |
| 24 | + uses: actions/checkout@v6 |
| 25 | + - name: "Check Windows installer translations" |
| 26 | + run: ./tools/check-wininstaller-translations.sh |
| 27 | + - name: "Check for duplicate hotkeys (will not fail)" |
| 28 | + run: perl ./tools/checkkeys.pl |
0 commit comments