We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6cd5c9 commit 1f6c82fCopy full SHA for 1f6c82f
.github/workflows/pospell-on-demand.yml
@@ -20,15 +20,17 @@ jobs:
20
-H "Accept: application/vnd.github.squirrel-girl-preview+json" \
21
-H "Authorization: token ${{github.token}}"
22
- uses: actions/checkout@v3
23
+ - uses: awalsh128/cache-apt-pkgs-action@latest
24
+ with:
25
+ packages: hunspell hunspell-es gettext
26
+ version: 1.0
27
- name: Preparar Python v3.10
28
uses: actions/setup-python@v4
29
with:
30
python-version: "3.10"
31
cache: "pip"
32
- name: Instalar dependencias
33
run: |
- sudo apt-get update
- sudo apt-get install -y hunspell hunspell-es gettext
34
python -m pip install -r requirements.txt
35
- name: Ejecutar Powrap
36
run: powrap --quiet **/*.po
0 commit comments