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

Commitb5709aa

Browse files
committed
Agrupa y comenta steps del job Test
Todos los pasos estaban antes aglomerados. Ya que queremos agregar máspasos, es beneficioso agrupar los pasos existentes para clarificar quélógica se está llevando a cabo.Signed-off-by: Rodrigo Tobar <rtobar@icrar.org>
1 parent34e4479 commitb5709aa

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

‎.github/workflows/main.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,12 @@ jobs:
1111
name:Test
1212
runs-on:ubuntu-22.04
1313
steps:
14+
# Obtención del código
1415
-uses:actions/checkout@v4
1516
with:
1617
submodules:'true'
18+
19+
# Instalación de dependencias
1720
-name:Preparar Python v3.11
1821
uses:actions/setup-python@v4
1922
with:
@@ -31,6 +34,8 @@ jobs:
3134
pip list
3235
pospell --version
3336
powrap --version
37+
38+
# Chequeos a realizar
3439
-name:TRANSLATORS
3540
run:|
3641
diff -Naur TRANSLATORS <(LANG=es python scripts/sort.py < TRANSLATORS)
@@ -42,6 +47,8 @@ jobs:
4247
-name:Pospell
4348
run:|
4449
python scripts/check_spell.py
50+
51+
# Construcción de la documentación
4552
-name:Construir documentación
4653
run:|
4754
# FIXME: Relative paths for includes in 'cpython'

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp