Skip to content

Commit 043dafe

Browse files
authored
Merge pull request #3625 from ann0see/translation/addAccTest
Enable checkkeys in CI
2 parents d0da4d1 + 14b9ae3 commit 043dafe

1 file changed

Lines changed: 16 additions & 16 deletions

File tree

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
1-
name: Verify translations
1+
name: Verify translations
22

33
on:
44
workflow_dispatch:
55
pull_request:
66
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"
1010
push:
1111
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"
1515

1616
jobs:
1717
translation-check:
18-
name: Verify translation
18+
name: Verify translation
1919
permissions:
20-
contents: read
21-
runs-on: ubuntu-latest
20+
contents: read
21+
runs-on: ubuntu-latest
2222
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

Comments
 (0)