Skip to content

Commit 5f3b136

Browse files
committed
Reducir la carga eliminando otras dependencias
1 parent 0b465a5 commit 5f3b136

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/execute-powrap.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ on:
77
- created
88

99
jobs:
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

0 commit comments

Comments
 (0)