We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
2 parents4660c60 +ecc94e1 commit284a519Copy full SHA for 284a519
.github/workflows/pospell-on-demand.yml
@@ -18,18 +18,19 @@ jobs:
18
-X POST \
19
-d '{"content":"+1"}' \
20
-H "Accept: application/vnd.github.squirrel-girl-preview+json" \
21
- -H "Authorization: token ${{github.token}}"
+ -H "Authorization: token ${{ secrets.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
-run:|
- sudo apt-get update
- sudo apt-get install -y hunspell hunspell-es gettext
- python -m pip install -r requirements.txt
33
+run:python -m pip install -r requirements.txt
34
-name:Ejecutar Powrap
35
run:powrap --quiet **/*.po
36
-name:Revisar con Pospell