8000 Update tests.yml · python/python-docs-fr@b2b6e3f · GitHub
[go: up one dir, main page]

Skip to content

Commit b2b6e3f

Browse files
authored
Update tests.yml
1 parent b567181 commit b2b6e3f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212

1313
jobs:
1414
pospell:
15-
name: 'Orthographe'
15+
name: 'Orthographe (pospell)'
1616
runs-on: ubuntu-latest
1717
steps:
1818
- uses: actions/checkout@v2
@@ -27,7 +27,7 @@ jobs:
2727
run: pospell -p dict -l fr_FR *.po */*.po
2828

2929
powrap:
30-
name: 'Ensure wrapping consistency'
30+
name: 'Longueur des lignes (powrap)'
3131
runs-on: ubuntu-latest
3232
steps:
3333
- uses: actions/checkout@v2
@@ -40,7 +40,7 @@ jobs:
4040
run: powrap --check --quiet *.po */*.po
4141

4242
padpo:
43-
name: 'Grammaire'
43+
name: 'Grammaire (padpo)'
4444
runs-on: ubuntu-latest
4545
steps:
4646
- uses: actions/checkout@v2
@@ -56,7 +56,7 @@ jobs:
5656
run: PATH=$PATH:$PWD/.venv/bin/ padpo -i *.po */*.po 2>&1 | grep -v -Ff padpo.ignore
5757

5858
sphinx:
59-
name: 'Build the doc'
59+
name: 'Génération de la doc (sphinx)'
6060
runs-on: ubuntu-latest
6161
steps:
6262
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)
0