Skip to content

Commit 67f169f

Browse files
authored
Fix po filename in test-translations.yml
1 parent 6526d6f commit 67f169f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-translations.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,4 @@ jobs:
7171
run: nox -s build -- -q -D language=${{ matrix.language }}
7272

7373
- name: Lint translation file
74-
run: sphinx-lint locales/${{ matrix.language }}/LC_MESSAGES/message.po
74+
run: sphinx-lint locales/${{ matrix.language }}/LC_MESSAGES/messages.po

0 commit comments

Comments
 (0)