Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4bb967b

Browse files
authored
Update tests.yml for all french names (#1497)
1 parent b567181 commit 4bb967b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/pr-title-cheker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: "PR Title Checker"
1+
name: "Titre de la Pull Request"
22
on:
33
pull_request:
44
types:

.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)