File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- name : " PR Title Checker "
1
+ name : " Titre de la Pull Request "
2
2
on :
3
3
pull_request :
4
4
types :
Original file line number Diff line number Diff line change 12
12
13
13
jobs :
14
14
pospell :
15
- name : ' Orthographe'
15
+ name : ' Orthographe (pospell) '
16
16
runs-on : ubuntu-latest
17
17
steps :
18
18
- uses : actions/checkout@v2
27
27
run : pospell -p dict -l fr_FR *.po */*.po
28
28
29
29
powrap :
30
- name : ' Ensure wrapping consistency '
30
+ name : ' Longueur des lignes (powrap) '
31
31
runs-on : ubuntu-latest
32
32
steps :
33
33
- uses : actions/checkout@v2
40
40
run : powrap --check --quiet *.po */*.po
41
41
42
42
padpo :
43
- name : ' Grammaire'
43
+ name : ' Grammaire (padpo) '
44
44
runs-on : ubuntu-latest
45
45
steps :
46
46
- uses : actions/checkout@v2
56
56
run : PATH=$PATH:$PWD/.venv/bin/ padpo -i *.po */*.po 2>&1 | grep -v -Ff padpo.ignore
57
57
58
58
sphinx :
59
- name : ' Build the doc'
59
+ name : ' Génération de la doc (sphinx) '
60
60
runs-on : ubuntu-latest
61
61
steps :
62
62
- uses : actions/checkout@v2
You can’t perform that action at this time.
0 commit comments