File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 77 - created
88
99jobs :
10- fix-spell :
11- name : Fix spelling
10+ ejecutar-powrap :
11+ name : Revisa y repara el formato con Powrap
1212 runs-on : ubuntu-latest
1313 if : ${{ github.event.issue.pull_request && github.event.comment.body == 'powrap-fix' }}
1414 steps :
@@ -23,15 +23,15 @@ jobs:
2323 - uses : actions/checkout@v3
2424 - uses : awalsh128/cache-apt-pkgs-action@latest
2525 with :
26- packages : hunspell hunspell-es gettext
26+ packages : gettext
2727 version : 1.0
2828 - name : Preparar Python v3.10
2929 uses : actions/setup-python@v4
3030 with :
3131 python-version : " 3.10"
3232 cache : " pip"
3333 - name : Instalar dependencias
34- run : python -m pip install -r requirements.txt
34+ run : python -m pip install powrap
3535 - name : Ejecutar Powrap
3636 run : powrap --quiet **/*.po
3737 - name : Commit & Push changes
You can’t perform that action at this time.
0 commit comments