1
0
Fork 0

Update tests.yml for all french names (#1497)

This commit is contained in:
Jules Lasne 2020-12-03 11:14:54 +01:00 committed by GitHub
parent b567181c07
commit 4bb967b2e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
name: "PR Title Checker"
name: "Titre de la Pull Request"
on:
pull_request:
types:

View File

@ -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