We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86eb51d commit 0145ba5Copy full SHA for 0145ba5
.github/workflows/test-translations.yml
@@ -72,7 +72,10 @@ jobs:
72
- name: Build translated docs in ${{ matrix.language }}
73
run: nox -s build -- -q -D language=${{ matrix.language }}
74
75
+ - name: Set Sphinx Lint problem matcher
76
+ if: always()
77
+ run: echo '::add-matcher::.github/sphinx_lint_matcher.json'
78
+
79
- name: Lint translation file
- run: |
- echo '::add-matcher::.github/sphinx_lint_matcher.json'
- sphinx-lint locales/${{ matrix.language }}/LC_MESSAGES/messages.po
80
81
+ run: sphinx-lint locales/${{ matrix.language }}/LC_MESSAGES/messages.po
0 commit comments