Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commiteb57138

Browse files
committed
Agrega paso a CI para chequear orden en TRANSLATORS
Cuando nueva gente se agregue a sí misma a la lista de autores enTRANSLATORS, este nuevo paso en GitHub actions corroborará que elarchivo 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 parentcb48cb6 commiteb57138

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

‎.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,8 @@ jobs:
3232
-name:Pospell
3333
run:|
3434
python scripts/check_spell.py
35+
-name:TRANSLATORS
36+
run:|
37+
diff -Naur TRANSLATORS <(python scripts/sort.py < TRANSLATORS)
3538
-name:Construir documentación
3639
run:PYTHONWARNINGS=ignore::FutureWarning sphinx-build -j auto -W --keep-going -b html -d cpython/Doc/_build/doctree -D language=es . cpython/Doc/_build/html

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp