From 4bb967b2e71cbcaed36100d0bf1becba82f29b46 Mon Sep 17 00:00:00 2001 From: Jules Lasne Date: Thu, 3 Dec 2020 11:14:54 +0100 Subject: [PATCH] Update tests.yml for all french names (#1497) --- .github/workflows/pr-title-cheker.yml | 2 +- .github/workflows/tests.yml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/pr-title-cheker.yml b/.github/workflows/pr-title-cheker.yml index b88e3a20..a7f08b13 100644 --- a/.github/workflows/pr-title-cheker.yml +++ b/.github/workflows/pr-title-cheker.yml @@ -1,4 +1,4 @@ -name: "PR Title Checker" +name: "Titre de la Pull Request" on: pull_request: types: diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index e6a10b24..e6bf9fb7 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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