Skip to content

Commit a6b0748

Browse files
committed
Actualizado CI con nuevo script 'create_dict.py'.
1 parent ab34d31 commit a6b0748

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: powrap --check --quiet **/*.po
3333
- name: Pospell
3434
run: |
35-
awk 1 dict dictionaries/*.txt > dict.txt
35+
python scripts/create_dict.py
3636
pospell -p dict.txt -l es_AR -l es_ES **/*.po
3737
- name: Construir documentación
3838
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)