From c6c72daf7d86c4f067ba6478f36317e90a125e42 Mon Sep 17 00:00:00 2001 From: WALLRICH Bertrand Date: Fri, 26 Apr 2024 15:43:00 +0200 Subject: [PATCH] badge & reduce matrix --- .github/workflows/pylint.yml | 2 +- .github/workflows/test.yml | 2 +- README.md | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pylint.yml b/.github/workflows/pylint.yml index 383e65c..5abdb30 100644 --- a/.github/workflows/pylint.yml +++ b/.github/workflows/pylint.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.8", "3.9", "3.10"] + python-version: ["3.10"] steps: - uses: actions/checkout@v3 - name: Set up Python ${{ matrix.python-version }} diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6d8a774..cf61416 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.9", "3.10"] + python-version: ["3.10"] steps: - uses: actions/checkout@v3 - name: Set up Python ${{ matrix.python-version }} diff --git a/README.md b/README.md index 97374e0..8ed3e78 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # stricto -![pylink](https://img.shields.io/github/actions/workflow/status/bwallrich/stricto/pylint.yml) -![test](https://img.shields.io/github/actions/workflow/status/bwallrich/stricto/test.yml) +![pylint](https://img.shields.io/github/actions/workflow/status/bwallrich/stricto/pylint.yml?label=linter) +![test](https://img.shields.io/github/actions/workflow/status/bwallrich/stricto/test.yml?label=test) Strict json structure with schema validation