From 36db4486286e4407fcaa80ee9f17e6f6d5750ab4 Mon Sep 17 00:00:00 2001 From: Sina Atalay Date: Fri, 27 Oct 2023 23:04:12 +0200 Subject: [PATCH] change lint job name --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 4327f06..f9328ae 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -11,7 +11,7 @@ on: jobs: lint: runs-on: ubuntu-latest - name: Lint with Py${{ matrix.python-version }} + name: Lint with Ruff (Py${{ matrix.python-version }}_ strategy: fail-fast: false matrix: