From b2b6e3f44d0f6314046fc94a05f08e8a81367633 Mon Sep 17 00:00:00 2001 From: Jules Lasne Date: Thu, 3 Dec 2020 10:36:06 +0100 Subject: [PATCH 1/2] Update tests.yml --- .github/workflows/tests.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index e6a10b24a..e6bf9fb7c 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 From d5e12f23b2de812fcc34d07f9c6eac8bf00ab9a3 Mon Sep 17 00:00:00 2001 From: Jules Lasne Date: Thu, 3 Dec 2020 10:38:17 +0100 Subject: [PATCH 2/2] Changed name of pr-title-checker --- .github/workflows/pr-title-cheker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-title-cheker.yml b/.github/workflows/pr-title-cheker.yml index b88e3a208..a7f08b13b 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: