10000 Try gh-actions. by JulienPalard · Pull Request #1474 · python/python-docs-fr · GitHub
[go: up one dir, main page]

Skip to content

Try gh-actions. #1474

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 17 commits into from
Nov 23, 2020
Merged
Prev Previous commit
Next Next commit
D'oh.
  • Loading branch information
JulienPalard committed Nov 22, 2020
commit 62121d3c73e17d3c098574356d76af5506e46514
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
< ADA2 /span>
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- run: |
sudo apt-get update
sudo apt-get install -y hunspell hunspell-fr-comprehensive
sudo pip install pospell
sudo python3 -m pip install pospell
pospell -p dict -l fr_FR *.po */*.po

powrap:
Expand All @@ -28,7 +28,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- run: |
sudo pip install powrap
sudo python3 -m pip install powrap
powrap --check --quiet *.po */*.po

padpo:
Expand All @@ -37,7 +37,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- run: |
sudo pip install padpo
sudo python3 -m pip install padpo
padpo -i *.po */*.po 2>&1 | grep -v -Ff padpo.ignore

sphinx:
Expand Down
0