forked from AFPy/python-docs-fr
Update tests.yml for all french names (#1497)
This commit is contained in:
parent b567181c07
commit 4bb967b2e7
2 changed files with 5 additions and 5 deletions
2 .github/workflows/pr-title-cheker.yml vendored
2
.github/workflows/pr-title-cheker.yml vendored | | @ -1,4 +1,4 @@ | |||
name: "PR Title Checker" | ||||
name: "Titre de la Pull Request" | ||||
on: | ||||
pull_request: | ||||
types: | ||||
| | | |||
8 .github/workflows/tests.yml vendored
8
.github/workflows/tests.yml vendored | | @ -12,7 +12,7 @@ on: | |||
| ||||
jobs: | ||||
pospell: | ||||
name: 'Orthographe' | ||||
name: 'Orthographe (pospell)' | ||||
runs-on: ubuntu-latest | ||||
steps: | ||||
- uses: actions/checkout@v2 | ||||
| | @ -27,7 +27,7 @@ jobs: | |||
run: pospell -p dict -l fr_FR *.po */*.po | ||||
| ||||
powrap: | ||||
name: 'Ensure wrapping consistency' | ||||
name: 'Longueur des lignes (powrap)' | ||||
runs-on: ubuntu-latest | ||||
steps: | ||||
- uses: actions/checkout@v2 | ||||
| | @ -40,7 +40,7 @@ jobs: | |||
run: powrap --check --quiet *.po */*.po | ||||
| ||||
padpo: | ||||
name: 'Grammaire' | ||||
name: 'Grammaire (padpo)' | ||||
runs-on: ubuntu-latest | ||||
steps: | ||||
- uses: actions/checkout@v2 | ||||
| | @ -56,7 +56,7 @@ jobs: | |||
run: PATH=$PATH:$PWD/.venv/bin/ padpo -i *.po */*.po 2>&1 | grep -v -Ff padpo.ignore | ||||
| ||||
sphinx: | ||||
name: 'Build the doc' | ||||
name: 'Génération de la doc (sphinx)' | ||||
runs-on: ubuntu-latest | ||||
steps: | ||||
- uses: actions/checkout@v2 | ||||
| | | |||
Loading…
Add table
Add a link
Reference in a new issue