Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 3f2372b

Browse filesBrowse files
committed
Agrega paso a CI para chequear orden en TRANSLATORS
Cuando nueva gente se agregue a sí misma a la lista de autores en TRANSLATORS, este nuevo paso en GitHub actions corroborará que el archivo TRANSLATORS sigue estando ordenado alfabéticamente, y generará un error de no ser éste el caso. Signed-off-by: Rodrigo Tobar <rtobar@icrar.org>
1 parent cb48cb6 commit 3f2372b
Copy full SHA for 3f2372b

File tree

Expand file treeCollapse file tree

1 file changed

+3
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-0
lines changed

‎.github/workflows/main.yml

Copy file name to clipboardExpand all lines: .github/workflows/main.yml
+3Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ jobs:
2727
pip list
2828
pospell --version
2929
powrap --version
30+
- name: TRANSLATORS
31+
run: |
32+
diff -Naur TRANSLATORS <(python scripts/sort.py < TRANSLATORS)
3033
- name: Powrap
3134
run: powrap --check --quiet **/*.po
3235
- name: Pospell

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.