Thanks to visit codestin.com Credit goes to github.com
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 bba4914 commit f18dad7Copy full SHA for f18dad7
.github/workflows/check.yml
@@ -205,3 +205,21 @@ jobs:
205
with:
206
name: compendium
207
path: compendium.po
208
+
209
+ # List PO files that no longer have a corresponding page in Python docs
210
+ list-obsolete:
211
+ runs-on: ubuntu-latest
212
+ steps:
213
+ - name: Check out ${{ github.repository }}
214
+ uses: actions/[email protected]
215
216
+ - name: Set up Python 3
217
218
+ with:
219
+ python-version: '3'
220
221
+ - name: Generate POT files
222
+ run: make pot
223
224
+ - name: List obsolete PO files, if any
225
+ run: python3 .github/scripts/list-obsolete.py
0 commit comments